Regexp parser needs tests
This commit is contained in:
parent
96d178efef
commit
2a4e499be2
11
bytes/regexp_test.go
Normal file
11
bytes/regexp_test.go
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
package bytes_test
|
||||||
|
|
||||||
|
import "testing"
|
||||||
|
|
||||||
|
func Todo(t *testing.T) {
|
||||||
|
t.Fatalf("TODO")
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestRegexp(t *testing.T) {
|
||||||
|
Todo(t)
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user