Skip to content

Commit 8b5be58

Browse files
committed
handle platform line feeds
1 parent a482be4 commit 8b5be58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

io-jackson/src/test/kotlin/io/openapiprocessor/jackson/JacksonJsonWriterSpec.kt

+1
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,6 @@ class JacksonJsonWriterSpec : StringSpec({
4949
}
5050
}
5151
""".trimIndent()
52+
.replace("\n", System.lineSeparator())
5253
}
5354
})

0 commit comments

Comments
 (0)