diff options
Diffstat (limited to 'test/parse1.ok')
-rw-r--r-- | test/parse1.ok | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/parse1.ok b/test/parse1.ok new file mode 100644 index 00000000..a452e60c --- /dev/null +++ b/test/parse1.ok @@ -0,0 +1,4 @@ +in: 3 4 5 6 7 8 9 +a = 3 +7 +out: 3 4 6 6 8 8 9 |