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
With fixing issue #56 by preserving newlines on either side of --/++, I introduced a new less severe bug. Under the new code the newlines on either side of this code will be preserved:
foo++bar();
According to spec, the parsed meaning of this is:
foo++bar;
The text was updated successfully, but these errors were encountered:
With fixing issue #56 by preserving newlines on either side of --/++, I introduced a new less severe bug. Under the new code the newlines on either side of this code will be preserved:
According to spec, the parsed meaning of this is:
The text was updated successfully, but these errors were encountered: