lama_byterun/stdlib/regression/test09.t
Kakadu ae4d66df48 [tests] Repair tests in stdlib/regression
I was failing because leftover grep command that
filters out a warning about '.note.GNU-stack'
(No idea where it was fixed)

Signed-off-by: Kakadu <Kakadu@pm.me>
2025-01-09 10:35:26 +01:00

8 lines
393 B
Perl

This file was autogenerated.
$ ../../src/Driver.exe -runtime ../../runtime -I ../../runtime -I ../../stdlib/x64 -ds -dp test09.lama -o test
$ ./test
Parsing a*| against "aa"... Succ ({"a", "a"})
Parsing a+| against "aa"... Succ ({"a", "a"})
Parsing list(a)| against "a"... Succ ({"a"})
Parsing list(a)| against "a,a"... Succ ({"a", "a"})
Parsing list0(a)| against ""... Succ (0)