Removed unused Todo function
This commit is contained in:
parent
f3a37f5fb6
commit
abef123f8a
@ -17,10 +17,6 @@ import (
|
|||||||
"pgregory.net/rapid"
|
"pgregory.net/rapid"
|
||||||
)
|
)
|
||||||
|
|
||||||
func Todo(t *testing.T) {
|
|
||||||
t.Fatalf("TODO")
|
|
||||||
}
|
|
||||||
|
|
||||||
func TestRegexp(t *testing.T) {
|
func TestRegexp(t *testing.T) {
|
||||||
alpha := rapid.SliceOfBytesMatching(`[A-Za-z]{1,100}`)
|
alpha := rapid.SliceOfBytesMatching(`[A-Za-z]{1,100}`)
|
||||||
t.Run("position and value are correct after match", rapid.MakeCheck(func(t *rapid.T) {
|
t.Run("position and value are correct after match", rapid.MakeCheck(func(t *rapid.T) {
|
||||||
|
Loading…
Reference in New Issue
Block a user