diff options
Diffstat (limited to 'examples/c/bistromathic/bistromathic.test')
-rwxr-xr-x | examples/c/bistromathic/bistromathic.test | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/c/bistromathic/bistromathic.test b/examples/c/bistromathic/bistromathic.test index a877bea3..4f64b1a1 100755 --- a/examples/c/bistromathic/bistromathic.test +++ b/examples/c/bistromathic/bistromathic.test @@ -102,3 +102,13 @@ sed -e 's/\\t/ /g' >input <<EOF EOF run 0 '> (atan ( '' > err: 1.9: syntax error: expected - or ( or double precision number or function or variable before end of file' + +# Check the completion at the very beginning. +sed -e 's/\\t/ /g' >input <<EOF +e\t\t +EOF +run 0 '> e +end of file exit exp '' +> e +0 +> err: ' |