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

This commit is contained in:
pschwartau%netscape.com 2003-11-07 22:47:34 +00:00
parent 0b9d8ceb79
commit 0865e526f2

View File

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