Skip to content

Add tests for New integer literals in es2015 #2780

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

Closed
stevemao opened this issue Dec 16, 2015 · 1 comment
Closed

Add tests for New integer literals in es2015 #2780

stevemao opened this issue Dec 16, 2015 · 1 comment
Labels
Milestone

Comments

@stevemao
Copy link
Contributor

$.isNumeric('0oFF')
false
$.isNumeric(0o11)
true
@timmywil
Copy link
Member

Duplicate of #2781

stevemao added a commit to stevemao/jquery that referenced this issue Jan 14, 2016
Add back accidentally deleted comments about the implementation.
Add tests for new number literals.

Ref jquery#2663
Ref jquery#2781
Ref jquery#2780
stevemao added a commit to stevemao/jquery that referenced this issue Jan 24, 2016
Add back accidentally deleted comments about the implementation.
Add tests for new number literals.

Ref jquery#2663
Ref jquery#2781
Ref jquery#2780
@gibson042 gibson042 added the Core label Jan 25, 2016
@gibson042 gibson042 added this to the 3.0.0 milestone Jan 25, 2016
@gibson042 gibson042 reopened this Jan 25, 2016
@lock lock bot locked as resolved and limited conversation to collaborators Jun 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

3 participants