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,7 @@
#select
| tst.js:3:2:3:3 | \\1 | There is no capture group 1 in this regular expression. |
| tst.js:6:13:6:14 | \\1 | There is no capture group 1 in this regular expression. |
| tst.js:12:16:12:17 | \\2 | There is no capture group 2 in this regular expression. |
| tst.js:13:16:13:29 | \\k<whitespace> | There is no capture group named 'whitespace' in this regular expression. |
testFailures
| tst.js:13:16:13:29 | There is no capture group named 'whitespace' in this regular expression. | Unexpected result: Alert |