Return a useful Got when Regexp fails
This commit is contained in:
@ -10,6 +10,7 @@ func TestRegexp(t *testing.T) {
|
||||
t.Run("only searches the beginning of input", Todo)
|
||||
t.Run("position is correct after match", Todo)
|
||||
t.Run("fails on unexpected error", Todo)
|
||||
t.Run("returns a useful Got value", Todo)
|
||||
}
|
||||
|
||||
func TestRuneReader(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user