Trying to make surefire work

This commit is contained in:
Marcin Grzejszczak
2017-09-04 13:29:19 +02:00
parent d92dbf09ee
commit 4adde109fd

View File

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