Skip to content

Commit

Permalink
add StyledStrings to annotated test
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed May 23, 2024
1 parent 4f1ba1d commit 5b15ed7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/strings/annotated.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# This file is a part of Julia. License is MIT: https://julialang.org/license

using StyledStrings # see https://github.com/JuliaLang/StyledStrings.jl/issues/61

@testset "AnnotatedString" begin
str = Base.AnnotatedString("some string")
@test str == Base.AnnotatedString(str.string, Tuple{UnitRange{Int}, Pair{Symbol, Any}}[])
Expand Down

0 comments on commit 5b15ed7

Please sign in to comment.