Adjust Regex on Test Unit REF: #264

This commit is contained in:
Mitchell Krog 2019-06-21 11:32:29 +02:00
parent 367fa7f654
commit 61a4ca82f0
No known key found for this signature in database
GPG key ID: C243C388553EDE5D

View file

@ -237,7 +237,7 @@ rm ${_inputdb3}
printf '%s\n' "$_start4" >> ${_tmpnginx4}
while IFS= read -r LINE
do
printf '\t"~*%s%s"\t\t%s\n' "(?:\b|)${LINE}" "(?:|\s|,|\.|\b|\/)" "$_action4" >> ${_tmpnginx4}
printf '\t"~*%s%s"\t\t%s\n' "(?:\b)${LINE}" "(?:|\s|,|\.|\b|\/)" "$_action4" >> ${_tmpnginx4}
#printf '\t"~*%s"\t\t%s\n' "${LINE}" "$_action4" >> ${_tmpnginx4}
done < ${_input4}
printf '%s\n' "$_end4" >> ${_tmpnginx4}