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 +1,4 @@
#select
| eval.js:2:3:2:13 | eval("2+2") | Do not use eval or the Function constructor. |
testFailures
| eval.js:2:3:2:13 | Do not use eval or the Function constructor. | Unexpected result: Alert |