Skip to content

Commit

Permalink
Update test/strings/annotated.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Mosè Giordano <765740+giordano@users.noreply.github.com>
  • Loading branch information
kshyatt and giordano authored Aug 16, 2024
1 parent 3aea688 commit 2964885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/strings/annotated.jl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ end
@test chr == Base.AnnotatedChar(chr.char, Pair{Symbol, Any}[])
@test uppercase(chr) == Base.AnnotatedChar('C')
@test titlecase(chr) == Base.AnnotatedChar('C')
@test lowercase(Base.AnnotatedChar('C')) == chr
@test lowercase(Base.AnnotatedChar('C')) == chr
str = Base.AnnotatedString("hmm", [(1:1, :attr => "h0h0"),
(1:2, :attr => "h0m1"),
(2:3, :attr => "m1m2")])
Expand Down

0 comments on commit 2964885

Please sign in to comment.