package: fix syntax-check errors

* examples/c/bistromathic/bistromathic.test, po/POTFILES.in: here.
This commit is contained in:
Akim Demaille
2020-07-04 12:10:15 +02:00
parent 203f7230ec
commit d309bd9f9f
2 changed files with 1 additions and 2 deletions

View File

@@ -322,7 +322,7 @@ sed -e 's/\\t/ /g' >input <<EOF
(1++2) + 3 +\t\t
EOF
run -n 0 '> (1++2) + 3 + ''
>
> ''
err: 1.1: syntax error: expected - or ( or number or function or variable before +
err: 1.1: syntax error: expected - or ( or number or function or variable before +
err: 1.4: syntax error: expected - or ( or number or function or variable before +

View File

@@ -6,7 +6,6 @@ src/counterexample.c
src/files.c
src/fixits.c
src/getargs.c
src/gram.h
src/gram.c
src/graphviz.c
src/i18n-strings.c