-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugSomething isn't workingSomething isn't working
Description
julia> using StyledStrings
julia> "τ" * styled"{blue:blue}" # errors
"Error showing value of type Base.AnnotatedString{String}:
ERROR: StringIndexError: invalid index [2], valid nearby indices [1]=>'τ', [3]=>'b'
when explicitly giving default style it works
styled"τ" * styled"{blue:blue}" # no style errors
styled"{default:τ}"*styled"{blue:blue}" # explicit default style works
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working