mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Some OK-style comments had to be moved to the following line, shifting line numbers. In selected range also included the comments themselves. Lastly, the result sets were reordered by the CLI in some cases.
5 lines
371 B
Plaintext
5 lines
371 B
Plaintext
| tst.js:3:2:3:3 | \\1 | There is no capture group 1 in this regular expression. |
|
|
| tst.js:6:13:6:14 | \\1 | There is no capture group 1 in this regular expression. |
|
|
| tst.js:12:16:12:17 | \\2 | There is no capture group 2 in this regular expression. |
|
|
| tst.js:13:16:13:29 | \\k<whitespace> | There is no capture group named 'whitespace' in this regular expression. |
|