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,2 +1,6 @@
#select
| UnusedIndexVariable2.js:3:8:3:20 | i++<xs.length | Index variable i is never used to access elements of xs. |
| UnusedIndexVariable.js:3:16:3:26 | i<xs.length | Index variable i is never used to access elements of xs. |
testFailures
| UnusedIndexVariable.js:3:16:3:26 | Index variable i is never used to access elements of xs. | Unexpected result: Alert |
| UnusedIndexVariable2.js:3:8:3:20 | Index variable i is never used to access elements of xs. | Unexpected result: Alert |