Skip to content

Commit

Permalink
add @charlieysc testcase of '1111127' expect 13
Browse files Browse the repository at this point in the history
  • Loading branch information
vaskoz committed Apr 3, 2019
1 parent 904e9b5 commit 5a02664
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions day7/problem_test.go
Expand Up @@ -10,6 +10,7 @@ var testcases = []struct {
{"1111", 5},
{"2626", 4},
{"1234", 3},
{"1111127", 13},
}

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

0 comments on commit 5a02664

Please sign in to comment.