Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

The string "){" as a function argument breaks subsequent tokens. #175

Closed
Cu3PO42 opened this issue Jul 25, 2015 · 0 comments
Closed

The string "){" as a function argument breaks subsequent tokens. #175

Cu3PO42 opened this issue Jul 25, 2015 · 0 comments
Labels

Comments

@Cu3PO42
Copy link

Cu3PO42 commented Jul 25, 2015

screen shot 2015-07-25 at 11 53 13

Passing the string "){" as a function argument breaks subsequent tokens. What appears to be happening is that the grammar ends the function call early at the closing bracket, not recognizing the first " as the start of a string, but rather the second one. Which leads to the rest of the file being understood as a string.

/ref TypeStrong/atom-typescript#481

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants