Skip to content

Commit

Permalink
Change test to use new abbreviation for mscrl -> c_l
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPJones committed Feb 26, 2018
1 parent 60cc22f commit ff536a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ ts(io) = String(take!(io))

@testset "LaTeX Entities" begin
@test f"\<dagger>" == ""
@test f"\<mscrl>" == "𝓁" # \U1f4c1
#@test f"\<mscrl>" == "𝓁" # \U1f4c1
@test f"\<c_l>" == "𝓁" # \U1f4c1
@test f"\<nleqslant>" == "⩽̸" # \u2a7d\u338
end
@testset "Emoji Entities" begin
Expand Down

0 comments on commit ff536a5

Please sign in to comment.