Run 'TestFindAllStrings' since that function has been implemented

master
Aadhavan Srinivasan 2 days ago
parent b685d2fd5f
commit e9d4e857cf

@ -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...)

Loading…
Cancel
Save