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 c7955e8 commit 7155fedCopy full SHA for 7155fed
src/test/kotlin/g3501_3600/s3554_find_category_recommendation_pairs/MysqlTest.kt
@@ -72,7 +72,7 @@ internal class MysqlTest {
72
)
73
.lines()
74
.collect(Collectors.joining("\n"))
75
- .replace("#.*?\\r\\n".toRegex(), ""),
+ .replace("#.*?\\r?\\n".toRegex(), ""),
76
).use { resultSet ->
77
assertThat<Boolean>(resultSet.next(), equalTo<Boolean>(true))
78
assertThat<String>(resultSet.getNString(1), equalTo<String>("Books"))
0 commit comments