mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-08-01 08:46:25 +08:00
Due to problem 925 test case change, so solution should modify
This commit is contained in:
@ -32,6 +32,21 @@ func Test_Problem925(t *testing.T) {
|
||||
ans925{true},
|
||||
},
|
||||
|
||||
{
|
||||
para925{"alex", "alexxr"},
|
||||
ans925{false},
|
||||
},
|
||||
|
||||
{
|
||||
para925{"alex", "alexxxxr"},
|
||||
ans925{false},
|
||||
},
|
||||
|
||||
{
|
||||
para925{"alex", "alexxxxx"},
|
||||
ans925{true},
|
||||
},
|
||||
|
||||
{
|
||||
para925{"saeed", "ssaaedd"},
|
||||
ans925{false},
|
||||
|
Reference in New Issue
Block a user