mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
regexp: restore accidentally deleted test item.
R=rsc CC=golang-dev https://golang.org/cl/1714044
This commit is contained in:
parent
a8cd6c2012
commit
e05c3668d2
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ var matches = []tester{
|
|||
|
||||
// fixed bugs
|
||||
tester{`ab$`, "cab", vec{1, 3}},
|
||||
tester{`axxb$`, "axxcb", vec{}},
|
||||
tester{`data`, "daXY data", vec{5, 9}},
|
||||
tester{`da(.)a$`, "daXY data", vec{5, 9, 7, 8}},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue