mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
raw test output
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
#select
|
||||
| constant.js:2:7:2:11 | 1 > 2 | The condition '1 > 2' is always false. |
|
||||
| constant.js:3:7:3:11 | 1 > 0 | The condition '1 > 0' is always true. |
|
||||
| example.js:8:7:8:13 | i < end | The condition 'i < end' is always false. |
|
||||
| tst.js:8:22:8:32 | i == 100000 | The condition 'i == 100000' is always false. |
|
||||
| tst.js:9:23:9:33 | i == 100000 | The condition 'i == 100000' is always false. |
|
||||
testFailures
|
||||
| example.js:8:7:8:13 | The condition 'i < end' is always false. | Unexpected result: Alert |
|
||||
| tst.js:8:22:8:32 | The condition 'i == 100000' is always false. | Unexpected result: Alert |
|
||||
| tst.js:9:23:9:33 | The condition 'i == 100000' is always false. | Unexpected result: Alert |
|
||||
|
||||
Reference in New Issue
Block a user