diff --git a/re_test.go b/re_test.go index fad8112..b32b4ce 100644 --- a/re_test.go +++ b/re_test.go @@ -144,6 +144,10 @@ var reTests = []struct { {"(?!hello)", "hello world", []MatchIndex{{1, 1}, {2, 2}, {3, 3}, {4, 4}, {5, 5}, {6, 6}, {7, 7}, {8, 8}, {9, 9}, {10, 10}, {11, 11}}}, {"(?<=hello)", "hello world", []MatchIndex{{5, 5}}}, {"(?