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
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
Looks good! @RaymondLim do you have cycles to add a unit test for this? I feel like this is the sort of thing we could quickly add a regression test for...
body {margin:0}
;col
Result: "}" is overwritten, so the code is now
body {margin:0;color:
Expected: the code is now
body {margin:0;color:}
If there are more chars after the "}" they're preserved though... e.g.
body {margin:0}div{}
->body {margin:0;color:div{}
The text was updated successfully, but these errors were encountered: