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

The issues of statement #1326

Closed
jon-chao opened this issue Nov 19, 2018 · 1 comment
Closed

The issues of statement #1326

jon-chao opened this issue Nov 19, 2018 · 1 comment
Labels

Comments

@jon-chao
Copy link

At math.js, the 55908 line of vesion 5.2.3.
'string, Object |Â Array, number | Object': _print
What is the 'Â Array'?
when I use '$.extend(true,{}, {boxed:true}, options)' ,it's has a error!

@josdejong
Copy link
Owner

Thanks for reporting @chaositao . Turns out there was a non-breaking space and an other non-ascii character in the source code of the file print.js.

I've written a small script to check for non-ascii characters in all source code. You can run this using npm run validate:ascii. The only issue was in print.js. There are other files containing extended-ascii characters but only in the comments, I don't think that will lead to errors.

Before fixing print.js it looked like this:

image

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

2 participants