You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just bumped into this in the Python version (jsbeautifier). It wouldn't matter except that the JSON spec apparently disallows whitespace between the sign and the rest of a number; I wouldn't have noticed except that Python's json.load complains about it. Thank you for your attention to this.
Description
At the end of the 1st line in the Actual Output we see a stray hyphen which belongs to the Number wrapped to the line after.
Input
Expected Output
Actual Output
Steps to Reproduce
Environment
OS: Win10
Node: 20.7.0
js-beautify: 1.15.1 from cdnjs
Settings
The text was updated successfully, but these errors were encountered: