Skip to content

Commit

Permalink
Disable regex \n test. Some engines can't take \n
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Mar 8, 2015
1 parent f811874 commit ce58635
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/tests/keywords/if-regex-match-comp
Expand Up @@ -109,12 +109,12 @@ if (&Tmp-String-0 =~ /^foo$/) {
}
}

# compiled - ref - non-multiline
if (&Tmp-String-0 !~ /^foo\nbar$/) {
update reply {
Filter-Id += 'Fail 16'
}
}
# compiled - ref - multiline
#if (&Tmp-String-0 !~ /^foo\nbar$/) {
# update reply {
# Filter-Id += 'Fail 16'
# }
#}

# compiled - ref - multiline
if (&Tmp-String-0 !~ /^bar$/m) {
Expand Down

0 comments on commit ce58635

Please sign in to comment.