Skip to content

Commit cfce48f

Browse files
committed
add further tests.
1 parent 143697d commit cfce48f

File tree

1 file changed

+0
-1
lines changed
  • serialization/src/commonTest/kotlin/nl/adaptivity/xml/serialization

1 file changed

+0
-1
lines changed

serialization/src/commonTest/kotlin/nl/adaptivity/xml/serialization/TestCommon.kt

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ fun String.normalizeXml() = replace(" />", "/>")
3535
.replace(" ?>", "?>")
3636
.replace("\r\n", "\n")
3737
.replace(">", ">")
38-
.replace(" ?>", "?>")
3938

4039
fun JsonBuilder.defaultJsonTestConfiguration() {
4140
isLenient = true

0 commit comments

Comments
 (0)