Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unmatched braces #1299

Closed
satyr opened this issue Apr 27, 2011 · 4 comments
Closed

Unmatched braces #1299

satyr opened this issue Apr 27, 2011 · 4 comments
Assignees
Labels

Comments

@satyr
Copy link
Collaborator

satyr commented Apr 27, 2011

$ coffee -bpe '[{]}'
[{}];

Same for ( ). Should we allow these at all?

@michaelficarra
Copy link
Collaborator

No.

@525c1e21-bd67-4735-ac99-b4b0e5262290

+1 for not allowing these in any way, shape or form.

It's completely unexpected behaviour.

FYI the other combination is

$ coffee -bpe '({)}'
({});

@kgn
Copy link

kgn commented Sep 16, 2011

I've just added a bounty for this issue.

@ghost ghost assigned satyr Sep 16, 2011
@satyr
Copy link
Collaborator Author

satyr commented Sep 16, 2011

Hunting it.

@satyr satyr closed this as completed in d03d288 Sep 16, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants