diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-10-28 19:10:53 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-10-28 19:10:53 -0400 |
commit | 9fbaf333e6b4a0d1ffdf588319ecf1b5ae0ac4d8 (patch) | |
tree | 5470ef98049e76c7233c0fa97bb6745d3b885b3a /tests/dimension | |
parent | 8ce6029a6a14c0ef003c88cb9fb29e522c022f9c (diff) | |
download | dimension-9fbaf333e6b4a0d1ffdf588319ecf1b5ae0ac4d8.tar.xz |
Make '#include' work.
Diffstat (limited to 'tests/dimension')
-rwxr-xr-x | tests/dimension/tokenizer.sh | 2 |
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 |