Skip to content

Commit

Permalink
test(subscript): add test for upperscript 'm'
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoxuanGuo committed Sep 1, 2023
1 parent 6d1693d commit cac3e7a
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 @@ -16,7 +16,7 @@ using Test
@test "C" |> zahl === 6

# subscript
@test "0123456789" |> super === "⁰¹²³⁴⁵⁶⁷⁸⁹"
@test "0123456789m" |> super === "⁰¹²³⁴⁵⁶⁷⁸⁹"
@test "0123456789" |> sub === "₀₁₂₃₄₅₆₇₈₉"
@test "⁰¹²³⁴⁵⁶⁷⁸⁹₀₁₂₃₄₅₆₇₈₉" |> recover === "01234567890123456789"

Expand Down

0 comments on commit cac3e7a

Please sign in to comment.