More changes and diagrams
This commit is contained in:
parent
a5640bcd1b
commit
05242e4ed0
2 changed files with 99 additions and 15 deletions
|
@ -23,8 +23,9 @@ class BinaryTester
|
|||
String outputDiffs = new .();
|
||||
File.ReadAllText("../data/diffs.txt", inputDiffs);
|
||||
|
||||
|
||||
var e = inputDiffs.Split('\n');
|
||||
outputDiffs.Append(scope $"{e.GetNext()}\n");
|
||||
outputDiffs.Append(scope $"{e.GetNext().Value}\n");
|
||||
lines: for(var line in e)
|
||||
{
|
||||
///Check if the line contains a binary diff, increment the counter and extract it
|
||||
|
@ -33,6 +34,7 @@ class BinaryTester
|
|||
if(!binaryDiffs.ContainsKeyAlt<StringView>(name))
|
||||
binaryDiffs.Add(new .(name), 0);
|
||||
|
||||
|
||||
for(var part in parts)
|
||||
{
|
||||
if(part == "-")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue