mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
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…
x
Reference in New Issue
Block a user