Implement most of Regexp parser
This commit is contained in:
@ -62,3 +62,7 @@ func TestSlice(t *testing.T) {
|
||||
test.EqOp(t, uint64(len(s)), result.State.Pos())
|
||||
}))
|
||||
}
|
||||
|
||||
func TestChoose(t *testing.T) {
|
||||
Todo(t)
|
||||
}
|
||||
|
Reference in New Issue
Block a user