Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cormullion committed Feb 25, 2024
1 parent 53d2a8d commit 2dce4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ sc1 = collect(script("Good Morning Sir", roundhand=false))
sc2 = collect(script("Good Morning Sir", roundhand=true))

# they'll only differ by one: sc2 has a VS2 (U+FE01) after every glyph
@test length(setdiff(sc2, sc1) == 1)
@test length(setdiff(sc2, sc1)) == 1

@test length(large_type("ABC").glyphs) == 3

Expand Down

0 comments on commit 2dce4c4

Please sign in to comment.