summaryrefslogtreecommitdiffstats
path: root/tests/dimension/directives.pov
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2009-12-21 17:21:00 -0500
committerTavian Barnes <tavianator@gmail.com>2009-12-21 17:21:00 -0500
commitff44d1b89812c1c7ef86c848937f17a59c64a66e (patch)
tree4c3c1ee113430ed1a3d1b4ec9acd186859ef0a40 /tests/dimension/directives.pov
parent8424804b1feaff5121060ed5ae4a321c47a76c34 (diff)
downloaddimension-ff44d1b89812c1c7ef86c848937f17a59c64a66e.tar.xz
Clean up parser, and make it GLR.
Diffstat (limited to 'tests/dimension/directives.pov')
-rw-r--r--tests/dimension/directives.pov2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dimension/directives.pov b/tests/dimension/directives.pov
index 6b0e72c..0b2b2b3 100644
--- a/tests/dimension/directives.pov
+++ b/tests/dimension/directives.pov
@@ -29,6 +29,6 @@
sphere {
Center, R
pigment {
- color Color
+ color Color green 1
}
}