mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
adds a new test case for titleize
This commit is contained in:
parent
0864d6d378
commit
206974a97c
1 changed files with 1 additions and 0 deletions
|
@ -224,6 +224,7 @@ module InflectorTestCases
|
|||
"sgt. pepper's" => "Sgt. Pepper's",
|
||||
"i've just seen a face" => "I've Just Seen A Face",
|
||||
"maybe you'll be there" => "Maybe You'll Be There",
|
||||
"¿por qué?" => '¿Por Qué?',
|
||||
"Fred’s" => "Fred’s",
|
||||
"Fred`s" => "Fred`s"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue