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
If you specify multiple spaces in a row in the value of a string variable and apply code formatting, the double spaces will be replaced with a single space. This is unacceptable.
Before: var s1 = " test test ";
After formating: var s1 = " test test ";
2025-05-30.13-54-42.mp4
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Type: Bug
Issue Description
If you specify multiple spaces in a row in the value of a string variable and apply code formatting, the double spaces will be replaced with a single space. This is unacceptable.
Before:
var s1 = " test test ";
After formating:
var s1 = " test test ";
2025-05-30.13-54-42.mp4
The text was updated successfully, but these errors were encountered: