Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions exercises/practice/pangram/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ end
@test ispangram("the 1 quick brown fox jumps Over the 2 lazy dogs")
end

@testset "letters that aren't part of ASCII" begin
@test !ispangram("the 1 qüick bröwn föx jümps över the 2 läzy dögs")
@testset "An Arabic pangram is not an English pangram" begin
@test !ispangram("The scholar and poet Al Farāhīdi wrote this Arabic pangram: صِف خَلقَ خَودِ كَمِثلِ الشَمسِ إِذ بَزَغَت — يَحظى الضَجيعُ بِها نَجلاءَ مِعطارِ")
end