Remove test that raised error from the JS engine's RegExp parser
This commit is contained in:
parent
4229ef792e
commit
74536b9eb7
@ -26101,9 +26101,6 @@ testFail("x\\u005c",
|
|||||||
testFail("x\\u002a",
|
testFail("x\\u002a",
|
||||||
"Invalid Unicode escape (1:3)");
|
"Invalid Unicode escape (1:3)");
|
||||||
|
|
||||||
testFail("var x = /(s/g",
|
|
||||||
"Invalid regular expression: /(s/: Unterminated group");
|
|
||||||
|
|
||||||
testFail("/",
|
testFail("/",
|
||||||
"Unterminated regular expression (1:1)");
|
"Unterminated regular expression (1:1)");
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user