gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r10530: more tests for string-to-num


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10530: more tests for string-to-number (more failing)
Date: Fri, 09 Jan 2009 13:07:45 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10530
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Fri 2009-01-09 13:07:45 +0100
message:
  more tests for string-to-number (more failing)
modified:
  testsuite/actionscript.all/Number.as
=== modified file 'testsuite/actionscript.all/Number.as'
--- a/testsuite/actionscript.all/Number.as      2009-01-09 12:02:46 +0000
+++ b/testsuite/actionscript.all/Number.as      2009-01-09 12:07:45 +0000
@@ -573,6 +573,9 @@
 a=new Number(" 2");
 xcheck_equals(a, 2); 
 
+a=new Number("
         2");
+xcheck_equals(a, 2); 
+
 a=new Number("2 ");
 check(isNaN(a));
 
@@ -610,11 +613,11 @@
 // END OF TEST
 
 #if OUTPUT_VERSION < 6
- check_totals(222);
+ check_totals(223);
 #else
 #if OUTPUT_VERSION < 7
- check_totals(215);
+ check_totals(216);
 #else
- check_totals(213);
+ check_totals(214);
 #endif
 #endif


reply via email to

[Prev in Thread] Current Thread [Next in Thread]