add failing parse test

This commit is contained in:
erik-krogh
2022-09-19 12:16:27 +02:00
parent ab296d4d62
commit a16233aa7d
2 changed files with 2 additions and 0 deletions

View File

@@ -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 |

View File

@@ -0,0 +1 @@
foo ? () => ({}) : (name) => "foo";