data: add invalid scenarios

Those are not supported by my engine, as they have remaining quantities
on a trade match.
This commit is contained in:
Bruno BELANYI 2022-03-13 17:58:17 +01:00
parent ea8c880cca
commit a681671efa
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
N,1,IBM,8,100,S,101
N,2,IBM,10,50,B,102
1 N 1 IBM 8 100 S 101
2 N 2 IBM 10 50 B 102

View File

@ -0,0 +1,2 @@
N,1,IBM,8,50,S,101
N,2,IBM,10,100,B,102
1 N 1 IBM 8 50 S 101
2 N 2 IBM 10 100 B 102