Run 'TestFindAllStrings' since that function has been implemented
This commit is contained in:
@@ -717,7 +717,6 @@ func TestFindString(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestFindAllStrings(t *testing.T) {
|
func TestFindAllStrings(t *testing.T) {
|
||||||
t.Skip("Skipping finding all strings")
|
|
||||||
for _, test := range reTests {
|
for _, test := range reTests {
|
||||||
t.Run(test.re+" "+test.str, func(t *testing.T) {
|
t.Run(test.re+" "+test.str, func(t *testing.T) {
|
||||||
regComp, err := Compile(test.re, test.flags...)
|
regComp, err := Compile(test.re, test.flags...)
|
||||||
|
Reference in New Issue
Block a user