Skip to content

Commit 5b15ed7

Browse files
author
KristofferC
committed
add StyledStrings to annotated test
1 parent 4f1ba1d commit 5b15ed7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/strings/annotated.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# This file is a part of Julia. License is MIT: https://julialang.org/license
22

3+
using StyledStrings # see https://github.com/JuliaLang/StyledStrings.jl/issues/61
4+
35
@testset "AnnotatedString" begin
46
str = Base.AnnotatedString("some string")
57
@test str == Base.AnnotatedString(str.string, Tuple{UnitRange{Int}, Pair{Symbol, Any}}[])

0 commit comments

Comments
 (0)