new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / os_regex / examples / tests / false.tests
1 "abc" "abb"
2 "^ab" " ab"
3 "test" "tes"
4 "abcd" "abc"
5 "abbb" "abb"
6 "abbbbbbbb" "abbbbbbb"
7 "a|b|c| " "def"
8 "lala$" "lalalalalal"
9 "^ab$" "abc"
10 "zzzz$" "zzzzzzzzzzzz "
11 "^bin$|^shell$" "bina"
12 "^bin$|^shell$" "shella"
13 "^bin$|^shell$" "ashell"