diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-10-29 21:05:53 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-10-29 21:05:53 -0400 |
commit | 6ecfb43aace8231d5fcb1499c286ddedec19577a (patch) | |
tree | 7703c3a4640a140a90c4201bf67c393281448743 /tests/dimension/directives.sh | |
parent | 51a7516176026a9ce98b07b0c98f71298a5976c2 (diff) | |
download | dimension-6ecfb43aace8231d5fcb1499c286ddedec19577a.tar.xz |
Support all POV-Ray keywords.
Diffstat (limited to 'tests/dimension/directives.sh')
-rwxr-xr-x | tests/dimension/directives.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dimension/directives.sh b/tests/dimension/directives.sh index 68c01e3..75c2452 100755 --- a/tests/dimension/directives.sh +++ b/tests/dimension/directives.sh @@ -20,7 +20,7 @@ ######################################################################### directives=$(${top_builddir}/dimension/dimension --tokenize ${srcdir}/directives.pov) -directives_exp='(#include (string "punctuation.pov") #declare (identifier "x"))'; +directives_exp='(#include (string "punctuation.pov") #declare (identifier "id"))'; if [ "$directives" != "$directives_exp" ]; then echo "directives.pov tokenized as \"$directives\"" >&2 |