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
pprint applies bold to the first instance of < and the first instance of '>', resulting in an unbalanced pair of highlights if there is another instance of a '</>'-wrapped object in the __repr__ return value.
Platform
macOS, iTerm2.
The text was updated successfully, but these errors were encountered:
Addressing Textualize#2468; before this change the tag-matching code was non-greedy,
resulting in an unbalanced match if there were tags within tags. This
change makes this greedy to ensure that there's a better chance of the match
being balanced.
Describe the bug
Given this code:
pprint
applies bold to the first instance of<
and the first instance of '>', resulting in an unbalanced pair of highlights if there is another instance of a '</>'-wrapped object in the__repr__
return value.Platform
macOS, iTerm2.
The text was updated successfully, but these errors were encountered: