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

reduced possible exponential prefixes to just 'e' #186

Merged
merged 1 commit into from Apr 20, 2015

Conversation

Qix-
Copy link
Contributor

@Qix- Qix- commented Apr 7, 2015

Coffeescript exponential numbers can only be prefixed with a lower-case e; upper case E does not work:

[stdin]:8:67: error: exponential notation in '9E50' must be indicated with a lowercase 'e'

Coffeescript exponential numbers can only be prefixed with a lower-case `e`; upper case `E` does not work:

> [stdin]:8:67: error: exponential notation in '9E50' must be indicated with a lowercase 'e'
kchmck added a commit that referenced this pull request Apr 20, 2015
reduced possible exponential prefixes to just 'e'
@kchmck kchmck merged commit 32fe889 into kchmck:master Apr 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants