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,6 +1,14 @@
#select
| SuspiciousPropAccess.js:4:10:4:21 | result.value | The base expression of this property access is always undefined. |
| optional-chaining.js:3:5:3:7 | a.p | The base expression of this property access is always null. |
| optional-chaining.js:7:5:7:7 | b.p | The base expression of this property access is always undefined. |
| tst2.ts:19:3:19:5 | x.p | The base expression of this property access is always undefined. |
| tst.js:32:32:32:38 | a(1)[0] | The base expression of this property access is always null. |
| typeassertion.ts:14:3:14:9 | z.field | The base expression of this property access is always null. |
testFailures
| SuspiciousPropAccess.js:4:10:4:21 | The base expression of this property access is always undefined. | Unexpected result: Alert |
| optional-chaining.js:3:5:3:7 | The base expression of this property access is always null. | Unexpected result: Alert |
| optional-chaining.js:7:5:7:7 | The base expression of this property access is always undefined. | Unexpected result: Alert |
| tst.js:32:32:32:38 | The base expression of this property access is always null. | Unexpected result: Alert |
| tst2.ts:19:3:19:5 | The base expression of this property access is always undefined. | Unexpected result: Alert |
| typeoftype.ts:3:15:3:72 | // $ Al ... karound | Missing result: Alert |