mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
JS: Extract surrogate pairs as one constant node
This commit is contained in:
@@ -8,4 +8,6 @@
|
||||
/[aaa]/;
|
||||
/[\x0a\x0a]/;
|
||||
/[\u000a\n]/;
|
||||
/[\u{ff}]/;
|
||||
/[\u{ff}]/;
|
||||
/[\u{12340}-\u{12345}]/u; // OK
|
||||
new RegExp("[\u{12340}-\u{12345}]", "u"); // OK
|
||||
|
||||
Reference in New Issue
Block a user