Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ public void testCDATAWhitespace() throws Exception {

Assert.assertEquals(
"""
this is a\s
normal string\s
with some whitespace and\s
some new lines""",
\sthis is a\s
\snormal string\s
\swith some whitespace and\s
\ssome new lines""",
s);
}
}