fix repetition with ANY
This commit is contained in:
6
test.sh
6
test.sh
@@ -121,6 +121,8 @@ aaaaa(aa)aa(aa(a)a)?aa
|
||||
^\\\\.+(((/)\\\\.\\\\.+)+)?
|
||||
^(http|https|ftp):[/]{2}([a-zA-Z0-9\\\\\\\\.]+\\\\.[a-zA-Z]{2,4})(:[0-9]+)?/?([a-zA-Z0-9\\\\\\\\._?,'/+&%$#=~]*)
|
||||
(\\\\$\\\\([a-zA-Z0-9_]+\\\\))|(([A-Za-z_%.]+):)
|
||||
.{5}
|
||||
.{10,15}
|
||||
"
|
||||
input="\
|
||||
abcdef
|
||||
@@ -243,6 +245,8 @@ aaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
../../..
|
||||
https://kyryl.tk/404
|
||||
OBJ = \$(SRC:.c=.o)
|
||||
рврыр
|
||||
рврырdhsjhh
|
||||
"
|
||||
expect="\
|
||||
(0,3)
|
||||
@@ -365,6 +369,8 @@ expect="\
|
||||
(0,8)(2,8)(5,8)(5,6)
|
||||
(0,20)(0,5)(8,16)(?,?)(17,20)
|
||||
(8,12)(?,?)(8,12)(8,11)
|
||||
(0,10)
|
||||
(0,16)
|
||||
(0,0)
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user