summaryrefslogtreecommitdiff
path: root/src/regexp/exec_test.go
diff options
context:
space:
mode:
authorShenghou Ma <minux@golang.org>2015-01-25 19:08:59 -0500
committerMinux Ma <minux@golang.org>2015-01-26 01:54:28 +0000
commite24e299f41fd0198ac2c3391505c01c63c580d0b (patch)
tree72e23ea877c52b0ce3752c6097e58936134b776f /src/regexp/exec_test.go
parentc39d6692306e479ebd9282f1195206abdd424853 (diff)
downloadgo-git-e24e299f41fd0198ac2c3391505c01c63c580d0b.tar.gz
regexp: update URLs in tests
Change-Id: I06035d949272157bbb7255563b37ac93cbf07f15 Reviewed-on: https://go-review.googlesource.com/3272 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/regexp/exec_test.go')
-rw-r--r--src/regexp/exec_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regexp/exec_test.go b/src/regexp/exec_test.go
index 70d069c061..b1bf4053f5 100644
--- a/src/regexp/exec_test.go
+++ b/src/regexp/exec_test.go
@@ -326,7 +326,7 @@ func same(x, y []int) bool {
// TestFowler runs this package's regexp API against the
// POSIX regular expression tests collected by Glenn Fowler
-// at http://www2.research.att.com/~gsf/testregex/.
+// at http://www2.research.att.com/~astopen/testregex/testregex.html.
func TestFowler(t *testing.T) {
files, err := filepath.Glob("testdata/*.dat")
if err != nil {
@@ -361,7 +361,7 @@ Reading:
break Reading
}
- // http://www2.research.att.com/~gsf/man/man1/testregex.html
+ // http://www2.research.att.com/~astopen/man/man1/testregex.html
//
// INPUT FORMAT
// Input lines may be blank, a comment beginning with #, or a test