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,3 +1,8 @@
#select
| tst.js:4:11:4:13 | [1, , 2] | Avoid omitted array elements. |
| tst.js:6:14:6:16 | [1, 2, ,] | Avoid omitted array elements. |
| tst.js:7:9:7:10 | [,1] | Avoid omitted array elements. |
testFailures
| tst.js:4:21:4:30 | // $ Alert | Missing result: Alert |
| tst.js:6:21:6:30 | // $ Alert | Missing result: Alert |
| tst.js:7:21:7:30 | // $ Alert | Missing result: Alert |