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
Describe the bug
Trailing spaces cause an error when followed by a non empty line.
To Reproduce
input 1 + enter (no error)
input 1 (error on line 1)
Expected behavior
Consistent behavior with trailing spaces (preferably they don't cause errors). If a line can't end in trailing space(s) there should be an error immediately after pressing enter.
Describe the bug
Trailing spaces cause an error when followed by a non empty line.
To Reproduce
1
+ enter (no error)1
(error on line 1)Expected behavior
Consistent behavior with trailing spaces (preferably they don't cause errors). If a line can't end in trailing space(s) there should be an error immediately after pressing enter.
Screenshots
Desktop:
The text was updated successfully, but these errors were encountered: