Run 'TestFindAllStrings' since that function has been implemented

This commit is contained in:
2025-01-31 10:11:52 -05:00
parent b685d2fd5f
commit e9d4e857cf

View File

@@ -717,7 +717,6 @@ func TestFindString(t *testing.T) {
}
func TestFindAllStrings(t *testing.T) {
t.Skip("Skipping finding all strings")
for _, test := range reTests {
t.Run(test.re+" "+test.str, func(t *testing.T) {
regComp, err := Compile(test.re, test.flags...)