From 0d35bf194a386cc6f7ad238bb356e65ed45a6062 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 23 Nov 2009 16:15:57 -0500 Subject: Begin bison implementation of parser. --- tests/dimension/punctuation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/dimension/punctuation.sh') 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 -- cgit v1.2.3