fixed a security bug in logging, added basic xml support to as3 compiler
[swftools.git] / lib / as3 / ok / xml.as
index da948ed..cb9b68b 100644 (file)
@@ -142,7 +142,7 @@ package {
 
             /* ----- special characters ----- */
 
-            var x20 = <x> >&</x>;
+            var x20 = <x> > & </x>;
             assert(x20.toString() == ">&");
             var x21 = <x a="&quot;&lt;&gt;"/>;
             assert(x21.@a == "\"<>");