From 7fc84f364bcb2e37363d3e22300180ba92288811 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 22 Mar 2010 22:07:29 -0400 Subject: Support the ternary operator. --- tests/dimension/arithexp.pov | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/dimension/arithexp.pov b/tests/dimension/arithexp.pov index 30281e5..863c254 100644 --- a/tests/dimension/arithexp.pov +++ b/tests/dimension/arithexp.pov @@ -21,7 +21,7 @@ sphere { 2*<<2.0 - 1.0, 3.0, 4.0>.x, (1.0 + 2)*2 - 5, 1.0 + 2*2 - 4> - -<0, 0, 1>, - exp(1) - 1*2 + exp(1) - (0 >= 1 ? 0 : 1*2) } /* Float functions */ -- cgit v1.2.3