Merge branch 'master' into 2.0.x

This commit is contained in:
Marcin Grzejszczak
2017-09-04 13:29:36 +02:00

View File

@@ -233,7 +233,7 @@ class RegexPatternsSpec extends Specification {
' ' || false
'\nFoo\nBar\n' || true
'\r\n' || false
' \r\n\t\f' || false
' \r\n\t' || false
}
@@ -247,7 +247,7 @@ class RegexPatternsSpec extends Specification {
' ' || true
'\nFoo\nBar\n' || true
'\r\n' || true
' \r\n\t\f' || true
' \r\n\t' || true
}