mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
JS: Update OK-style comments to $-style
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// OK
|
||||
|
||||
/(.*?)a(?!(a+)b\2)/;
|
||||
// NOT OK
|
||||
/(.*?)a(?!(a+)b)\2(.*)/;
|
||||
/(.*?)a(?!(a+)b)\2(.*)/; // $ Alert
|
||||
|
||||
Reference in New Issue
Block a user