mirror of
https://github.com/github/codeql.git
synced 2026-05-03 20:58:03 +02:00
JS: Accept raw test output
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
#select
|
||||
| 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. |
|
||||
testFailures
|
||||
| tst.js:13:16:13:29 | There is no capture group named 'whitespace' in this regular expression. | Unexpected result: Alert |
|
||||
|
||||
Reference in New Issue
Block a user