]> Cypherpunks repositories - gostls13.git/commit
regexp: don't return non-nil *Regexp if there is an error.
authorRob Pike <r@golang.org>
Fri, 26 Mar 2010 23:18:20 +0000 (16:18 -0700)
committerRob Pike <r@golang.org>
Fri, 26 Mar 2010 23:18:20 +0000 (16:18 -0700)
commit7ffe938f083bd79c4adf0bc661d938c84264df9b
treef36fb773a69a554b6e527d7597a7017d81068e60
parentbaf538406bb89f43c96e71ffcda0a8b4fcf68820
regexp: don't return non-nil *Regexp if there is an error.

R=gri
CC=golang-dev
https://golang.org/cl/787041
src/pkg/regexp/regexp.go
src/pkg/testing/regexp.go