raw test output

This commit is contained in:
Asger F
2025-02-27 15:32:57 +01:00
parent 193b26e938
commit 2a194a53af
195 changed files with 457 additions and 3237 deletions

View File

@@ -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 |