data: add additional test cases
I was too tired last night (this morning...) I inverted a couple comparisons. Those simple tests helped isolate the issue.
This commit is contained in:
parent
4515fc1c36
commit
5f1fbac76c
3
data/inputs/only-one-cancelled.in.csv
Normal file
3
data/inputs/only-one-cancelled.in.csv
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
N,1,VAL,10,100,B,1
|
||||||
|
C,1,1
|
||||||
|
F
|
|
2
data/inputs/only-one.in.csv
Normal file
2
data/inputs/only-one.in.csv
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
N,1,VAL,10,100,B,1
|
||||||
|
F
|
|
2
data/inputs/two.in.csv
Normal file
2
data/inputs/two.in.csv
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
N,1,VAL,10,100,B,1
|
||||||
|
N,1,VAL,9,100,B,2
|
|
4
data/outputs/only-one-cancelled.out.csv
Normal file
4
data/outputs/only-one-cancelled.out.csv
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
A,1,1
|
||||||
|
B,B,10,100
|
||||||
|
A,1,1
|
||||||
|
B,B,-,-
|
|
2
data/outputs/only-one.out.csv
Normal file
2
data/outputs/only-one.out.csv
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
A,1,1
|
||||||
|
B,B,10,100
|
|
3
data/outputs/two.out.csv
Normal file
3
data/outputs/two.out.csv
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
A,1,1
|
||||||
|
B,B,10,100
|
||||||
|
A,1,2
|
|
Loading…
Reference in a new issue