mirror of
https://github.com/golang/go
synced 2024-11-21 22:14:41 -07:00
add test
This commit is contained in:
parent
fde024351e
commit
4a3c198ac1
@ -114,6 +114,7 @@ var simplifyTests = []struct {
|
|||||||
{`(?i)[a-z]`, "[A-Za-z\u017F\u212A]"},
|
{`(?i)[a-z]`, "[A-Za-z\u017F\u212A]"},
|
||||||
{`(?i)[\x00-\x{FFFD}]`, "[\\x00-\uFFFD]"},
|
{`(?i)[\x00-\x{FFFD}]`, "[\\x00-\uFFFD]"},
|
||||||
{`(?i)[\x00-\x{10FFFF}]`, `(?s:.)`},
|
{`(?i)[\x00-\x{10FFFF}]`, `(?s:.)`},
|
||||||
|
{`[xX][O-u]`, `(?i:X)[O-u]`},
|
||||||
|
|
||||||
// Empty string as a regular expression.
|
// Empty string as a regular expression.
|
||||||
// The empty string must be preserved inside parens in order
|
// The empty string must be preserved inside parens in order
|
||||||
|
Loading…
Reference in New Issue
Block a user