Skip to content

Commit

Permalink
add more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rpatali committed Sep 18, 2019
1 parent a335348 commit 632be75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions codegen/casing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ var fixtures = map[string]string{
"aBCID": "aBCID",
"xUUID": "xUUID",
"Uuid": "uUID",
"a_b_c": "aBC",
"a_id": "aID",
"a_BC": "aBc",
}

func TestLowerPascal(t *testing.T) {
Expand Down

0 comments on commit 632be75

Please sign in to comment.