diff --git a/src/test/resources/single/json5/de.json5 b/src/test/resources/single/json5/de.json5 index 97dd2e8..0ab4d40 100644 --- a/src/test/resources/single/json5/de.json5 +++ b/src/test/resources/single/json5/de.json5 @@ -3,10 +3,10 @@ "number": 187, "hex": 0x187, "object": { - "title": "Titel" + "title": "Titel", }, "array": [ "element1", - "element2" - ] + "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 b9b1ea3..7b3ddec 100644 --- a/src/test/resources/single/json5/en.json5 +++ b/src/test/resources/single/json5/en.json5 @@ -3,10 +3,10 @@ "number": -187, "hex": -0x187, "object": { - "title": "Title" + "title": "Title", }, "array": [ "item1", - "item2" - ] + "item2", + ], } \ No newline at end of file diff --git a/src/test/resources/single/yaml/de.yaml b/src/test/resources/single/yaml/de.yaml index 56a01ea..8402087 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 \ No newline at end of file + title: Titel diff --git a/src/test/resources/single/yaml/en.yaml b/src/test/resources/single/yaml/en.yaml index ae4f07e..f3a1981 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 \ No newline at end of file + title: Title