check for a small parser bug, too
[swftools.git] / lib / as3 / ok / arrays.as
index 1d9261b..c56c34d 100644 (file)
@@ -15,6 +15,9 @@ package {
             if(b[1]==2) trace("ok 6/8");
             if(b[2]==3) trace("ok 7/8");
             if(b.length==3) trace("ok 8/8");
+          
+            // test for ]+<int> parser bug:
+            var check = (3 == a[0]+1);
             
             trace("[exit]");
         }