Skip to content

Commit

Permalink
style: rearrange linebreaks in EchoElementTest
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Sep 12, 2024
1 parent 0ddf771 commit 26a8e79
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ public void copyFromInputStream() throws XMLStreamException, IOException {
public void defaultNamespaceDeclaration() throws XMLStreamException {
// given
String xml =
"<?xml version='1.0' encoding='UTF-8'?><TEI"
+ " xmlns=\"http://www.tei-c.org/ns/1.0\">\n"
"<?xml version='1.0' encoding='UTF-8'?>"
+ "<TEI xmlns=\"http://www.tei-c.org/ns/1.0\">\n"
+ " <teiHeader xmlns:xml=\"http://www.w3.org/XML/1998/namespace\""
+ " xml:lang=\"de\">\n"
+ " <fileDesc>\n"
Expand Down

0 comments on commit 26a8e79

Please sign in to comment.