gigaparsec/bytes/regexp_test.go

12 lines
128 B
Go
Raw Normal View History

2024-09-10 22:50:14 +00:00
package bytes_test
import "testing"
func Todo(t *testing.T) {
t.Fatalf("TODO")
}
func TestRegexp(t *testing.T) {
Todo(t)
}