mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-06 01:15:57 +08:00
Added one more test case
This commit is contained in:
@ -33,6 +33,11 @@ func Test_Problem14(t *testing.T) {
|
|||||||
para14{[]string{"dog", "racecar", "car"}},
|
para14{[]string{"dog", "racecar", "car"}},
|
||||||
ans14{""},
|
ans14{""},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
para14{[]string{"ab", "a"}},
|
||||||
|
ans14{"a"},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("------------------------Leetcode Problem 14------------------------\n")
|
fmt.Printf("------------------------Leetcode Problem 14------------------------\n")
|
||||||
|
Reference in New Issue
Block a user