mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
add failing parse test
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
| arrows.js:1:5:1:5 | Error: Argument name clash | Error: Argument name clash |
|
||||
| destructingPrivate.js:4:6:4:6 | Error: Unexpected token | Error: Unexpected token |
|
||||
| notFlow.js:1:35:1:35 | Error: Unexpected token | Error: Unexpected token |
|
||||
| tst.js:2:12:2:12 | Error: Unterminated string constant | Error: Unterminated string constant |
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
foo ? () => ({}) : (name) => "foo";
|
||||
Reference in New Issue
Block a user