Browse Source

Add test for Issue #1

tags/v0.1.0
Ian Coleman 7 years ago
parent
commit
202477781d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      camel_test.go

+ 1
- 0
camel_test.go View File

@@ -13,6 +13,7 @@ func TestToCamel(t *testing.T) {
[]string{ "", "" },
[]string{ "many_many_words", "ManyManyWords" },
[]string{ "AnyKind of_string", "AnyKindOfString" },
[]string{ "odd-fix", "OddFix" },
}
for _, i := range cases {
in := i[0]


Loading…
Cancel
Save