summaryrefslogtreecommitdiffstats
path: root/tests/dimension/punctuation.sh
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2009-11-23 18:38:29 -0500
committerTavian Barnes <tavianator@gmail.com>2009-11-23 18:38:29 -0500
commit6b4b62ab01309462608ad1c885c07be5648c2cf1 (patch)
tree5d400fc4d26701d17d30a53fe8db86a9950a06d6 /tests/dimension/punctuation.sh
parent0d35bf194a386cc6f7ad238bb356e65ed45a6062 (diff)
downloaddimension-6b4b62ab01309462608ad1c885c07be5648c2cf1.tar.xz
More parser work.
Diffstat (limited to 'tests/dimension/punctuation.sh')
-rwxr-xr-xtests/dimension/punctuation.sh2
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