raw test output

This commit is contained in:
Asger F
2025-02-27 15:32:57 +01:00
parent 193b26e938
commit 2a194a53af
195 changed files with 457 additions and 3237 deletions

View File

@@ -1,4 +1,3 @@
#select
| IdentityReplacement.js:1:27:1:30 | /"/g | This replaces '"' with itself. |
| IdentityReplacement.js:4:14:4:21 | indirect | This replaces '"' with itself. |
| tst.js:1:13:1:16 | "\\\\" | This replaces '\\' with itself. |
@@ -12,6 +11,3 @@
| tst.js:13:13:13:22 | /\\\\(?!\\\\)/ | This replaces '\\' with itself. |
| tst.js:14:13:14:23 | /(?<!\\\\)\\\\/ | This replaces '\\' with itself. |
| tst.js:16:13:16:15 | /^/ | This replaces the empty string with itself. |
testFailures
| IdentityReplacement.js:1:27:1:30 | This replaces '"' with itself. | Unexpected result: Alert |
| IdentityReplacement.js:4:14:4:21 | This replaces '"' with itself. | Unexpected result: Alert |