mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-16 14:51:58 +00:00
AS3 RegExp literal test data
This commit is contained in:
BIN
libsrc/ffdec_lib/testdata/as3/as3.swf
vendored
BIN
libsrc/ffdec_lib/testdata/as3/as3.swf
vendored
Binary file not shown.
@@ -934,5 +934,13 @@ import classes.TestNs;
|
||||
public function other(){
|
||||
var n:TestNs = new TestNs();
|
||||
}
|
||||
|
||||
public function testRegExp() {
|
||||
var a1 = new RegExp("[a-z\r\n0-9\\\\]+","i");
|
||||
var a2 = /[a-z\r\n0-9\\]+/i;
|
||||
|
||||
var b1 = new RegExp("[0-9AB]+");
|
||||
var b2 = /[0-9AB]+/;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user