Skip to content

Commit

Permalink
Add missing test case: digit between upcase letters
Browse files Browse the repository at this point in the history
  • Loading branch information
makenowjust committed Apr 13, 2017
1 parent 328d4ce commit e036003
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/std/string_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -1675,6 +1675,7 @@ describe "String" do
"CSS3".underscore.should eq("css3")
"HTTP1.1".underscore.should eq("http1.1")
"3.14IsPi".underscore.should eq("3.14_is_pi")
"I2C".underscore.should eq("i2_c")
end

it "does camelcase" do
Expand Down

0 comments on commit e036003

Please sign in to comment.