examples: more tests

* examples/c/mfcalc/mfcalc.test: here.
This commit is contained in:
Akim Demaille
2020-01-25 19:40:19 +01:00
parent c592202345
commit 26fba6fc94

View File

@@ -25,3 +25,15 @@ cat >input <<EOF
EOF
run 0 9
run -noerr 0 9 -p
cat >input <<EOF
a = 256
sqrt (a)
EOF
run 0 '256
16'
cat >input <<EOF
16 == 12
EOF
run 0 'err: syntax error'