aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/regexp/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/regexp/testdata')
-rw-r--r--libgo/go/regexp/testdata/re2-search.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgo/go/regexp/testdata/re2-search.txt b/libgo/go/regexp/testdata/re2-search.txt
index f648e55..4d02e9c 100644
--- a/libgo/go/regexp/testdata/re2-search.txt
+++ b/libgo/go/regexp/testdata/re2-search.txt
@@ -3665,3 +3665,8 @@ regexps
"(?:a\\C*|ba\\C)$"
-;-;-;-
-;1-4;-;1-4
+strings
+"abc"
+regexps
+"a.*?c|a.*?b"
+0-3;0-3;0-3;0-3