gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/misc-swfc.all/swf4opc...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/misc-swfc.all/swf4opc...
Date: Wed, 02 Apr 2008 07:47:07 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/04/02 07:47:07

Modified files:
        .              : ChangeLog 
        testsuite/misc-swfc.all: swf4opcode.sc 

Log message:
        check that scientific notation still works in swf4.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6151&r2=1.6152
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-swfc.all/swf4opcode.sc?cvsroot=gnash&r1=1.7&r2=1.8

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6151
retrieving revision 1.6152
diff -u -b -r1.6151 -r1.6152
--- ChangeLog   2 Apr 2008 06:40:19 -0000       1.6151
+++ ChangeLog   2 Apr 2008 07:47:05 -0000       1.6152
@@ -1,5 +1,7 @@
 2008-04-01 Sandro Santilli <address@hidden>
 
+       * testsuite/misc-swfc.all/swf4opcode.sc: check that scientific
+         notation still works in swf4.
        * testsuite/libamf.all/Makefile.am: test_buffer is here now...
 
 2008-04-01  Rob Savoye  <address@hidden>

Index: testsuite/misc-swfc.all/swf4opcode.sc
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-swfc.all/swf4opcode.sc,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- testsuite/misc-swfc.all/swf4opcode.sc       1 Apr 2008 23:33:32 -0000       
1.7
+++ testsuite/misc-swfc.all/swf4opcode.sc       2 Apr 2008 07:47:07 -0000       
1.8
@@ -123,6 +123,8 @@
         check_equals( y, 0 );
        y = '  4';
         check_equals( y, 4 );
+       x = '2e1';
+       check_equals(x+1, 21);
 
         //
         // test ActionLessThan




reply via email to

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