fix edge case with word condt

This commit is contained in:
Kyryl Melekhin
2021-09-18 09:49:29 +00:00
parent e4e5c3aa97
commit cc17c0bb05
2 changed files with 5 additions and 1 deletions

View File

@@ -114,6 +114,7 @@ qwerty.*$
(.+)(.+)
a(?:b|c|d){4,5}(.)
(?:c|d)(?:)(?:a(?:)(?:b)(?:b(?:))(?:b(?:)(?:b)))
\\\\<abc
"
input="\
abcdef
@@ -229,6 +230,7 @@ abaaa
abcd
acdbcdbe
cabbbb
dabc
"
expect="\
(0,3)
@@ -344,6 +346,7 @@ expect="\
(0,4)(0,3)(3,4)
(0,7)(6,7)
(0,6)
-nomatch-
(0,0)
"