mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-01 00:12:08 +00:00
Fixed: #1336 AS3 direct editation - Regexp / character escaping
This commit is contained in:
@@ -2241,7 +2241,6 @@ public class ActionScript3Parser {
|
||||
int spos = p.lastIndexOf('/');
|
||||
String mod = p.substring(spos + 1);
|
||||
p = p.substring(0, spos);
|
||||
p = p.replace("\\/", "/");
|
||||
ret = new RegExpAvm2Item(p, mod, null, null);
|
||||
allowMemberOrCall = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user