Skip to content

Commit

Permalink
include titlecase in alphas test
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Nov 25, 2020
1 parent a036d1a commit 7fda7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/Unicode/test/runtests.jl
Expand Up @@ -114,7 +114,7 @@ end
@test Base.Unicode.iscased('Dž') # but is "cased"

nocase=['א','']
alphas=vcat(alower,ulower,aupper,uupper,nocase)
alphas=vcat(alower,ulower,aupper,uupper,nocase,['Dž'])

for c in alphas
@test isletter(c) == true
Expand Down

0 comments on commit 7fda7df

Please sign in to comment.