diff --git a/src/test/resources/single/json/de.json b/src/test/resources/single/json/de.json index f1fc643..145065b 100644 --- a/src/test/resources/single/json/de.json +++ b/src/test/resources/single/json/de.json @@ -1,11 +1,11 @@ -{ - "title": "Titel", - "number": 187, - "object": { - "title": "Titel" - }, - "array": [ - "element1", - "element2" - ] +{ + "title": "Titel", + "number": 187, + "object": { + "title": "Titel" + }, + "array": [ + "element1", + "element2" + ] } \ No newline at end of file diff --git a/src/test/resources/single/json/en.json b/src/test/resources/single/json/en.json index 6bd4fdd..b274e3a 100644 --- a/src/test/resources/single/json/en.json +++ b/src/test/resources/single/json/en.json @@ -1,11 +1,11 @@ -{ - "title": "Title", - "number": -187, - "object": { - "title": "Title" - }, - "array": [ - "item1", - "item2" - ] +{ + "title": "Title", + "number": -187, + "object": { + "title": "Title" + }, + "array": [ + "item1", + "item2" + ] } \ No newline at end of file diff --git a/src/test/resources/single/json5/de.json5 b/src/test/resources/single/json5/de.json5 index 0ab4d40..2f722ae 100644 --- a/src/test/resources/single/json5/de.json5 +++ b/src/test/resources/single/json5/de.json5 @@ -1,12 +1,12 @@ -{ - "title": "Titel", - "number": 187, - "hex": 0x187, - "object": { - "title": "Titel", - }, - "array": [ - "element1", - "element2", - ], +{ + "title": "Titel", + "number": 187, + "hex": 0x187, + "object": { + "title": "Titel", + }, + "array": [ + "element1", + "element2", + ], } \ No newline at end of file diff --git a/src/test/resources/single/json5/en.json5 b/src/test/resources/single/json5/en.json5 index 7b3ddec..3161f98 100644 --- a/src/test/resources/single/json5/en.json5 +++ b/src/test/resources/single/json5/en.json5 @@ -1,12 +1,12 @@ -{ - "title": "Title", - "number": -187, - "hex": -0x187, - "object": { - "title": "Title", - }, - "array": [ - "item1", - "item2", - ], +{ + "title": "Title", + "number": -187, + "hex": -0x187, + "object": { + "title": "Title", + }, + "array": [ + "item1", + "item2", + ], } \ No newline at end of file diff --git a/src/test/resources/single/properties/de.properties b/src/test/resources/single/properties/de.properties index eef6c09..da7cba4 100644 --- a/src/test/resources/single/properties/de.properties +++ b/src/test/resources/single/properties/de.properties @@ -1,2 +1,2 @@ -breakLine=eins\nzwei -title=Titel +breakLine=eins\nzwei +title=Titel diff --git a/src/test/resources/single/properties/en.properties b/src/test/resources/single/properties/en.properties index 513620f..f9b8eca 100644 --- a/src/test/resources/single/properties/en.properties +++ b/src/test/resources/single/properties/en.properties @@ -1,2 +1,2 @@ -breakLine=first\nsecond -title=Title +breakLine=first\nsecond +title=Title diff --git a/src/test/resources/single/yaml/de.yaml b/src/test/resources/single/yaml/de.yaml index 8402087..5e7a01e 100644 --- a/src/test/resources/single/yaml/de.yaml +++ b/src/test/resources/single/yaml/de.yaml @@ -1,3 +1,3 @@ -title: Titel -nested: - title: Titel +title: Titel +nested: + title: Titel diff --git a/src/test/resources/single/yaml/en.yaml b/src/test/resources/single/yaml/en.yaml index f3a1981..f9e21b7 100644 --- a/src/test/resources/single/yaml/en.yaml +++ b/src/test/resources/single/yaml/en.yaml @@ -1,3 +1,3 @@ -title: Title -nested: - title: Title +title: Title +nested: + title: Title