Compare commits
2 Commits
8244c9fdaf
...
0b5ac36a72
Author | SHA1 | Date | |
---|---|---|---|
0b5ac36a72 | |||
f7fbdb7656 |
@ -47,6 +47,9 @@
|
||||
{
|
||||
var values = line.Split(';');
|
||||
var actualResult = values[1].Split('-');
|
||||
|
||||
if (string.IsNullOrEmpty(values[1])) { continue; }
|
||||
|
||||
var matchResult = new MatchResult
|
||||
{
|
||||
Match = values[0],
|
||||
|
Loading…
Reference in New Issue
Block a user