Correcting a mistake in this testcase, discovered by zack-weg@gmx.de. The left and right parens were not balanced!

git-svn-id: svn://10.0.0.236/trunk@149024 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pschwartau%netscape.com
2003-11-07 22:47:34 +00:00
parent f1d4967aef
commit f014ff6806

View File

@@ -72,6 +72,7 @@ sRight += sRight;
sRight += sRight;
sRight += sRight;
sRight += sRight;
sRight += sRight;
var sEval = 'actual = ' + sLeft + '0' + sRight;
try