Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Dec 23, 2022
1 parent 00b00a6 commit 477796e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ face = FA.findfont("hack")
@test :size in propertynames(face)
@test repr(face) == "FTFont (family = Hack, style = Regular)"
@test Broadcast.broadcastable(face)[] == face
@test FA.get_path(face) == joinpath(@__DIR__, "hack_regular.ttf")

@test FA.ascender(face) isa Real
@test FA.descender(face) isa Real
Expand Down

0 comments on commit 477796e

Please sign in to comment.