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

Example with wrong number separator #23

Open
arthurshlain opened this issue May 26, 2020 · 1 comment
Open

Example with wrong number separator #23

arthurshlain opened this issue May 26, 2020 · 1 comment

Comments

@arthurshlain
Copy link

arthurshlain commented May 26, 2020

How about this? :)

{ "space":73,2,"space_percent":94,9 }

Means:

{ "space":73.2,"space_percent":94.9 }

How it works in demo now:

angular.js:10734 Error: Found } that I can't handle at line 0:37

@RyanMarcus
Copy link
Owner

This is really tricky, because [9,7] should map to [9, 7] and not [9.7]. I'll have to think about this one a little more...

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

No branches or pull requests

2 participants