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 cd8173e commit ab9ecfbCopy full SHA for ab9ecfb
src/test/kotlin/g3501_3600/s3586_find_covid_recovery_patients/MysqlTest.kt
@@ -60,7 +60,7 @@ internal class MysqlTest {
60
)
61
.lines()
62
.collect(Collectors.joining("\n"))
63
- .replace("#.*\\r\\n".toRegex(), ""),
+ .replace("#.*?\\r?\\n".toRegex(), ""),
64
).use { resultSet ->
65
assertThat<Boolean>(resultSet.next(), equalTo<Boolean>(true))
66
assertThat<String>(resultSet.getNString(1), equalTo<String>("1"))
0 commit comments