Skip to content

Commit 477796e

Browse files
committed
add test
1 parent 00b00a6 commit 477796e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ face = FA.findfont("hack")
1919
@test :size in propertynames(face)
2020
@test repr(face) == "FTFont (family = Hack, style = Regular)"
2121
@test Broadcast.broadcastable(face)[] == face
22+
@test FA.get_path(face) == joinpath(@__DIR__, "hack_regular.ttf")
2223

2324
@test FA.ascender(face) isa Real
2425
@test FA.descender(face) isa Real

0 commit comments

Comments
 (0)