Merge branch 'master' into 2.0.x
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user