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

[CS2] Fix #4575: Leading asterisk #4663

Merged
merged 1 commit into from
Aug 24, 2017

Conversation

GeoffreyBooth
Copy link
Collaborator

Fixes #4575. Before:

coffee -bpe '*'
TypeError: Cannot read property '0' of undefined
    at Lexer.literalToken (./coffeescript/lib/coffeescript/lexer.js:889:39)

After:

./bin/coffee -bpe '*'
[stdin]:1:1: error: unexpected *
*
^

@GeoffreyBooth
Copy link
Collaborator Author

These one-character PRs are part of my master plan to rise in the “most commits” rankings.

@GeoffreyBooth GeoffreyBooth merged commit c81e2d4 into jashkenas:2 Aug 24, 2017
@GeoffreyBooth GeoffreyBooth deleted the leading-asterisk branch August 24, 2017 17:27
@jashkenas
Copy link
Owner

You're climbing fast!

image

@GeoffreyBooth GeoffreyBooth mentioned this pull request Sep 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants