gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/avm2 r9626: Skip String(), but not toStrin


From: Tom Stellard
Subject: [Gnash-commit] /srv/bzr/gnash/avm2 r9626: Skip String(), but not toString() .
Date: Sun, 19 Oct 2008 13:29:26 +0800
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9626
committer: Tom Stellard <address@hidden>
branch nick: gnash_dev
timestamp: Sun 2008-10-19 13:29:26 +0800
message:
  Skip String(), but not toString() .
modified:
  testsuite/actionscript.all/haxe-swf9/as_to_hx.pl
=== modified file 'testsuite/actionscript.all/haxe-swf9/as_to_hx.pl'
--- a/testsuite/actionscript.all/haxe-swf9/as_to_hx.pl  2008-10-19 05:23:44 
+0000
+++ b/testsuite/actionscript.all/haxe-swf9/as_to_hx.pl  2008-10-19 05:29:26 
+0000
@@ -134,7 +134,7 @@
        $_ =~ s/type[Oo]f\(\s*(\S+)\s*\)/Type.typeof($1)/g;
 
        #Skip String()
-       if($_ =~ /String\(\)/){
+       if($_ =~ /\WString\(\)/){
                skip_line();
                next;
        }


reply via email to

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