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
I'm on 1.15.0 and Unicode + code block in a string mess up highlights
Example Code
# This is fine: no fancy Unicodemy$text="We have {%ballots.keys}"~" ballots submitted by ";
# This is fine: 3+ letters follow the code block:my$text=" 😍😍😍 We have {%ballots.keys}zzzzz"~" ballots submitted by ";
# This breaks highlights: Unicode chars + code block + no letters after itmy$text=" 😍😍😍 We have {%ballots.keys}"~" ballots submitted by ";
# highlights are now messed up
Picture [optional]
Leave this in. For internal use.
Fixed in Master
Fixed in Release
Has Tests
Passes Tests
The text was updated successfully, but these errors were encountered:
I'm on 1.15.0 and Unicode + code block in a string mess up highlights
Example Code
Picture [optional]
Leave this in. For internal use.
The text was updated successfully, but these errors were encountered: