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,11 +1,5 @@
#select
| TemplateSyntaxInStringLiteral.js:5:17:5:44 | 'Could ... ${id}' | This string is not a template literal, but appears to reference the variable $@. | TemplateSyntaxInStringLiteral.js:1:24:1:25 | id | id |
| TemplateSyntaxInStringLiteral.js:17:15:17:40 | 'global ... alVar}' | This string is not a template literal, but appears to reference the variable $@. | TemplateSyntaxInStringLiteral.js:14:5:14:13 | globalVar | globalVar |
| TemplateSyntaxInStringLiteral.js:19:11:19:36 | 'global ... alVar}' | This string is not a template literal, but appears to reference the variable $@. | TemplateSyntaxInStringLiteral.js:14:5:14:13 | globalVar | globalVar |
| TemplateSyntaxInStringLiteral.js:28:15:28:21 | "${x} " | This string is not a template literal, but appears to reference the variable $@. | TemplateSyntaxInStringLiteral.js:25:14:25:14 | x | x |
| TemplateSyntaxInStringLiteral.js:42:17:42:57 | "Name: ... oobar}" | This string is not a template literal, but appears to reference the variable $@. | TemplateSyntaxInStringLiteral.js:37:11:37:16 | foobar | foobar |
testFailures
| TemplateSyntaxInStringLiteral.js:5:17:5:44 | This string is not a template literal, but appears to reference the variable $@. | Unexpected result: Alert |
| TemplateSyntaxInStringLiteral.js:17:15:17:40 | This string is not a template literal, but appears to reference the variable $@. | Unexpected result: Alert |
| TemplateSyntaxInStringLiteral.js:19:11:19:36 | This string is not a template literal, but appears to reference the variable $@. | Unexpected result: Alert |
| TemplateSyntaxInStringLiteral.js:28:15:28:21 | This string is not a template literal, but appears to reference the variable $@. | Unexpected result: Alert |