summaryrefslogtreecommitdiffstats
path: root/tests/dimension/arithexp.sh
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2009-11-25 20:14:01 -0500
committerTavian Barnes <tavianator@gmail.com>2009-11-25 20:14:01 -0500
commit1c899d86c393faf021298d08471f0dd48d5306d7 (patch)
treeb660c39c3afcb44c2bc236cbea10aacbfecb00b4 /tests/dimension/arithexp.sh
parent48ded3e40b77d2c072429854e2ebf81744c3e552 (diff)
downloaddimension-1c899d86c393faf021298d08471f0dd48d5306d7.tar.xz
Fix binary vector arithmetic expressions.
Diffstat (limited to 'tests/dimension/arithexp.sh')
-rwxr-xr-xtests/dimension/arithexp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dimension/arithexp.sh b/tests/dimension/arithexp.sh
index 24aebd8..4b2fbba 100755
--- a/tests/dimension/arithexp.sh
+++ b/tests/dimension/arithexp.sh
@@ -32,7 +32,7 @@ arithexp_exp="$(echo -n \
| tr '\n' ' ' | sed -r 's/[[:space:]]+/ /g')
$(echo -n \
'((sphere
- (vector (float 0) (float 0) (float 0) (integer 0) (integer 0))
+ (vector (float 1) (float 1) (float 2) (integer 0) (integer 0))
(float 0.25)
object-modifiers))' \
| tr '\n' ' ' | sed -r 's/[[:space:]]+/ /g')"