summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2009-10-28 19:10:53 -0400
committerTavian Barnes <tavianator@gmail.com>2009-10-28 19:10:53 -0400
commit9fbaf333e6b4a0d1ffdf588319ecf1b5ae0ac4d8 (patch)
tree5470ef98049e76c7233c0fa97bb6745d3b885b3a /tests
parent8ce6029a6a14c0ef003c88cb9fb29e522c022f9c (diff)
downloaddimension-9fbaf333e6b4a0d1ffdf588319ecf1b5ae0ac4d8.tar.xz
Make '#include' work.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/dimension/tokenizer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dimension/tokenizer.sh b/tests/dimension/tokenizer.sh
index f1f2b6b..762cced 100755
--- a/tests/dimension/tokenizer.sh
+++ b/tests/dimension/tokenizer.sh
@@ -59,7 +59,7 @@ if [ "$labels" != "$labels_exp" ]; then
fi
directives=$(${top_builddir}/dimension/dimension --tokenize ${srcdir}/directives.pov)
-directives_exp='(#include (string "punctuation.pov") #declare (identifier "x"))';
+directives_exp='({ \( [ < + - * / , > ] \) } #declare (identifier "x"))';
if [ "$directives" != "$directives_exp" ]; then
echo "directives.pov tokenized as \"$directives\"" >&2