mirror of https://github.com/tc39/test262.git
Use non ID_Continue characters in negative tests
This commit is contained in:
parent
89bb1b79e8
commit
34b2ab340c
|
@ -12,4 +12,4 @@ features: [regexp-named-groups]
|
|||
|
||||
$DONOTEVALUATE();
|
||||
|
||||
/(?<$𐒤>a)/;
|
||||
/(?<$❞>a)/;
|
||||
|
|
|
@ -12,4 +12,4 @@ features: [regexp-named-groups]
|
|||
|
||||
$DONOTEVALUATE();
|
||||
|
||||
/(?<a\uD801\uDCA4>.)/;
|
||||
/(?<a\uD83D\uDF12>.)/;
|
||||
|
|
|
@ -12,4 +12,4 @@ features: [regexp-named-groups]
|
|||
|
||||
$DONOTEVALUATE();
|
||||
|
||||
/(?<a\u{104A4}>.)/;
|
||||
/(?<a\u{1F08B}>.)/;
|
||||
|
|
Loading…
Reference in New Issue