Added more test cases
This commit is contained in:
@@ -236,6 +236,7 @@ var reTests = []struct {
|
|||||||
{`abc)`, nil, `-`, nil},
|
{`abc)`, nil, `-`, nil},
|
||||||
{`(abc`, nil, `-`, nil},
|
{`(abc`, nil, `-`, nil},
|
||||||
{`a]`, nil, `a]`, []Group{{0, 2}}},
|
{`a]`, nil, `a]`, []Group{{0, 2}}},
|
||||||
|
{`a[]]b`, nil, `a]b`, []Group{{0, 3}}},
|
||||||
|
|
||||||
// Todo - add numeric range tests
|
// Todo - add numeric range tests
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user