mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
JS: Update OK-style comments to $-style
This commit is contained in:
@@ -9,5 +9,5 @@
|
||||
/[\x0a\x0a]/;
|
||||
/[\u000a\n]/;
|
||||
/[\u{ff}]/;
|
||||
/[\u{12340}-\u{12345}]/u; // OK
|
||||
new RegExp("[\u{12340}-\u{12345}]", "u"); // OK
|
||||
/[\u{12340}-\u{12345}]/u;
|
||||
new RegExp("[\u{12340}-\u{12345}]", "u");
|
||||
|
||||
Reference in New Issue
Block a user