JavaScript Tests - regression test for bug 414531

This commit is contained in:
bclary@bclary.com 2008-04-30 18:17:05 -07:00
parent 769d8abc7f
commit 8d3f81b808

View File

@ -148,4 +148,9 @@ new TestCase( SECTION,
Math.PI/360,
Math.acos(0.9999619230642));
new TestCase( SECTION,
"Math.acos(-3.0)",
Number.NaN,
Math.acos(-3.0));
test();