diff options
Diffstat (limited to 'tests/dimension/punctuation.sh')
-rwxr-xr-x | tests/dimension/punctuation.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dimension/punctuation.sh b/tests/dimension/punctuation.sh index 4a91cd7..3765ffa 100755 --- a/tests/dimension/punctuation.sh +++ b/tests/dimension/punctuation.sh @@ -20,7 +20,7 @@ ######################################################################### punctuation=$(${top_builddir}/dimension/dimension --tokenize ${srcdir}/punctuation.pov) -punctuation_exp='({ } \( \) [ ] + - * / "," ; ? : & . | = < > ! <= >= !=)' +punctuation_exp='({ } \( \) [ ] + - * / , ; ? : & . | = < > ! <= >= !=)' if [ "$punctuation" != "$punctuation_exp" ]; then echo "punctuation.pov tokenized as \"$punctuation\"" >&2 |