Skip to content

Commit 17228ec

Browse files
committed
No: 242 add test case
1 parent d534c7e commit 17228ec

File tree

1 file changed

+6
-0
lines changed
  • questions/serial/简单/242/golang

1 file changed

+6
-0
lines changed

questions/serial/简单/242/golang/main.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ func main() {
3636
input2: "car",
3737
want: false,
3838
},
39+
{
40+
name: "test-a-ab",
41+
input1: "a",
42+
input2: "ab",
43+
want: false,
44+
},
3945
}
4046

4147
testLog := leet.NewTestLog(len(tests))

0 commit comments

Comments
 (0)