We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf5e0f3 commit 0bcbfadCopy full SHA for 0bcbfad
src/test/kotlin/g3501_3600/s3570_find_books_with_no_available_copies/MysqlTest.kt
@@ -63,7 +63,7 @@ internal class MysqlTest {
63
)
64
.lines()
65
.collect(Collectors.joining("\n"))
66
- .replace("#.*\\r\\n".toRegex(), ""),
+ .replace("#.*?\\r?\\n".toRegex(), ""),
67
).use { resultSet ->
68
assertThat<Boolean>(resultSet.next(), equalTo<Boolean>(true))
69
assertThat<String>(resultSet.getNString(1), equalTo<String>("1"))
0 commit comments