Skip to content

Commit

Permalink
Added another spec demonstrating the unicode character transliteration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludo van den Boom committed Sep 19, 2008
1 parent a19796d commit 923eaf2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/to_slug_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,8 @@
it "should generate a correct slug for 'aëòúi'" do
"aëòúi".to_slug.should == "aeoui"
end

it "should generate a correct slug for 'Žluťoučký kůň skákal v tůňce na Öresündu'" do
"Žluťoučký kůň skákal v tůňce na Öresündu".to_slug.should == "zlutoucky-kun-skakal-v-tunce-na-oresundu"
end
end

0 comments on commit 923eaf2

Please sign in to comment.