Skip to content

Commit 1178659

Browse files
aQuaaQua
aQua
authored and
aQua
committed
639 wrong answer
1 parent 7c04347 commit 1178659

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Algorithms/0639.decode-ways-ii/decode-ways-ii_test.go

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,23 @@ func Test_Problem0639(t *testing.T) {
2626
ast := assert.New(t)
2727

2828
qs := []question{
29+
question{
30+
para{
31+
"*******",
32+
},
33+
ans{
34+
11859129,
35+
},
36+
},
37+
38+
question{
39+
para{
40+
"********",
41+
},
42+
ans{
43+
123775776,
44+
},
45+
},
2946

3047
question{
3148
para{

0 commit comments

Comments
 (0)