Move parse tests from test.c -> parse_example.c

This commit is contained in:
Max Bruckner
2017-01-16 15:02:50 +01:00
parent 86be961bb5
commit be0951dfa4
12 changed files with 123 additions and 101 deletions

5
tests/inputs/test9 Normal file
View File

@ -0,0 +1,5 @@
[
[0, -1, 0],
[1, 0, 0],
[0, 0, 1]
]