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
This fix makes sure we can identify signed numbers correctly when they are used as an object property to avoid having issues with line wrapping
fixesbeautifier#1932
For the record, this bug report appears to be a duplicate of #2251.
I guess this bug was supposed to be fixed and the fix released in v 1.14.10, but I am working with 1.15.something and I am seeing the bug. Also the person who reported #2251 is also on 1.15.something. So it seems like the bug isn't entirely fixed yet.
Description
invalid json being generated with wrap_line_length where the "-" character and numeric characters are split between multiple lines.
Input
The code looked like this before beautification:
Expected Output
The code should have looked like this after beautification:
Actual Output
The code actually looked like this after beautification:
Steps to Reproduce
The text was updated successfully, but these errors were encountered: