diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-11-23 16:15:57 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-11-23 16:15:57 -0500 |
commit | 0d35bf194a386cc6f7ad238bb356e65ed45a6062 (patch) | |
tree | ee74ab70e68eed17dffcd61cc702569b07c39a74 /tests/dimension/punctuation.sh | |
parent | 1d8445edd5168359de218ece3452f4da1453a4ee (diff) | |
download | dimension-0d35bf194a386cc6f7ad238bb356e65ed45a6062.tar.xz |
Begin bison implementation of parser.
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 3765ffa..4a91cd7 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 |