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:
Bruno BELANYI 2022-03-12 10:45:18 +01:00
parent 4515fc1c36
commit 5f1fbac76c
6 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,4 @@
A,1,1
B,B,10,100
A,1,1
B,B,-,-
1 A,1,1
2 B,B,10,100
3 A,1,1
4 B,B,-,-

View file

@ -0,0 +1,2 @@
A,1,1
B,B,10,100
1 A,1,1
2 B,B,10,100

3
data/outputs/two.out.csv Normal file
View file

@ -0,0 +1,3 @@
A,1,1
B,B,10,100
A,1,2
1 A,1,1
2 B,B,10,100
3 A,1,2