append [exit] after end of output
[swftools.git] / lib / as3 / ok / regexp.as
index c041eec..e032e95 100644 (file)
@@ -27,6 +27,8 @@ package {
             /* test quotes */
             if(" \" ".search(/"/) == 1) trace("ok 6/7");
             if(' \' '.search(/'/) == 1) trace("ok 7/7");
+            
+            trace("[exit]");
         }
     }
 }