JS: Accept raw test output

This commit is contained in:
Asger F
2025-02-06 16:16:21 +01:00
parent 795c1100fc
commit f5911c9e5a
196 changed files with 7002 additions and 4171 deletions

View File

@@ -1,4 +1,9 @@
#select
| tst.js:3:7:3:11 | let x | For loop variable x is not used in the loop body. |
| tst.js:136:6:136:23 | const [key, value] | For loop variable value is not used in the loop body. |
| tst.js:148:6:148:35 | const [ ... value] | For loop variable value is not used in the loop body. |
| tst.js:149:6:149:10 | let i | For loop variable i is not used in the loop body. |
testFailures
| tst.js:1:36:1:45 | // $ Alert | Missing result: Alert |
| tst.js:3:7:3:11 | For loop variable x is not used in the loop body. | Unexpected result: Alert |
| tst.js:149:6:149:10 | For loop variable i is not used in the loop body. | Unexpected result: Alert |