mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
JS: Accept raw test output
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
#select
|
||||
| tst.js:5:2:5:12 | var a = 42; | This statement is unreachable. |
|
||||
| tst.js:38:1:38:4 | f(); | This statement is unreachable. |
|
||||
| tst.js:63:2:63:3 | y; | This statement is unreachable. |
|
||||
testFailures
|
||||
| tst.js:5:2:5:12 | This statement is unreachable. | Unexpected result: Alert |
|
||||
| tst.js:38:1:38:4 | This statement is unreachable. | Unexpected result: Alert |
|
||||
| tst.js:63:2:63:3 | This statement is unreachable. | Unexpected result: Alert |
|
||||
|
||||
Reference in New Issue
Block a user