summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-02-02 21:53:23 -0500
committerTavian Barnes <tavianator@gmail.com>2010-02-02 21:53:23 -0500
commitc07038c627a5601bf331b5c755b9fcce02249fe3 (patch)
tree920fba38081591ffe2f62a78886a24f4d101abc8 /tests
parent48cf99abba57ac20d32421f57bf04cb96d92bc7c (diff)
downloaddimension-c07038c627a5601bf331b5c755b9fcce02249fe3.tar.xz
Skip over invalid tokens in non-taken conditionals.
Diffstat (limited to 'tests')
-rw-r--r--tests/dimension/directives.pov2
-rwxr-xr-xtests/dimension/directives.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/dimension/directives.pov b/tests/dimension/directives.pov
index 1bb712d..187189f 100644
--- a/tests/dimension/directives.pov
+++ b/tests/dimension/directives.pov
@@ -27,7 +27,7 @@
#undef Unused
#if (#if (1 = 1) 0 #end = 0 & 0)
- Illegal
+ `Illegal
#else
sphere {
Center, R
diff --git a/tests/dimension/directives.sh b/tests/dimension/directives.sh
index 955ea15..e24a62a 100755
--- a/tests/dimension/directives.sh
+++ b/tests/dimension/directives.sh
@@ -27,7 +27,7 @@ directives_exp="$(echo -n \
#declare (identifier "Unused") = - (integer "1") ;
#undef (identifier "Unused")
#if \( #if \( (integer "1") = (integer "1") \) (integer "0") #end = (integer "0") & (integer "0") \)
- (identifier "Illegal")
+ error (identifier "Illegal")
#else
sphere {
(identifier "Center") , (identifier "R")