We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f1ba1d commit 5b15ed7Copy full SHA for 5b15ed7
test/strings/annotated.jl
@@ -1,5 +1,7 @@
1
# This file is a part of Julia. License is MIT: https://julialang.org/license
2
3
+using StyledStrings # see https://github.com/JuliaLang/StyledStrings.jl/issues/61
4
+
5
@testset "AnnotatedString" begin
6
str = Base.AnnotatedString("some string")
7
@test str == Base.AnnotatedString(str.string, Tuple{UnitRange{Int}, Pair{Symbol, Any}}[])
0 commit comments