diff options
| author | Tom Carrick <tom@carrick.eu> | 2025-03-11 08:01:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-11 08:01:06 +0100 |
| commit | 8df5ce80d26824ce72af41edc03275d435de9432 (patch) | |
| tree | ab7ee353b9c3d48ae447be31b8d2c19215856d0b /tests/fixtures | |
| parent | ab148c02cedbac492f29930dcd5346e1af052635 (diff) | |
Fixed #36177 -- Added a trailing newline to JSON serializer. (#19232)
Diffstat (limited to 'tests/fixtures')
| -rw-r--r-- | tests/fixtures/fixtures/db_fixture_1.default.json | 2 | ||||
| -rw-r--r-- | tests/fixtures/fixtures/db_fixture_3.nosuchdb.json | 2 | ||||
| -rw-r--r-- | tests/fixtures/fixtures/fixture1.json | 2 | ||||
| -rw-r--r-- | tests/fixtures/fixtures/fixture2.json | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/fixtures/fixtures/db_fixture_1.default.json b/tests/fixtures/fixtures/db_fixture_1.default.json index 9bb39e400f..ff2aac8c1b 100644 --- a/tests/fixtures/fixtures/db_fixture_1.default.json +++ b/tests/fixtures/fixtures/db_fixture_1.default.json @@ -7,4 +7,4 @@ "pub_date": "2006-06-16 14:00:00" } } -]
\ No newline at end of file +] diff --git a/tests/fixtures/fixtures/db_fixture_3.nosuchdb.json b/tests/fixtures/fixtures/db_fixture_3.nosuchdb.json index 3da326bce1..b8ad42c955 100644 --- a/tests/fixtures/fixtures/db_fixture_3.nosuchdb.json +++ b/tests/fixtures/fixtures/db_fixture_3.nosuchdb.json @@ -7,4 +7,4 @@ "pub_date": "2006-06-16 14:00:00" } } -]
\ No newline at end of file +] diff --git a/tests/fixtures/fixtures/fixture1.json b/tests/fixtures/fixtures/fixture1.json index 332feaef77..239439ef12 100644 --- a/tests/fixtures/fixtures/fixture1.json +++ b/tests/fixtures/fixtures/fixture1.json @@ -31,4 +31,4 @@ "title": "News Stories" } } -]
\ No newline at end of file +] diff --git a/tests/fixtures/fixtures/fixture2.json b/tests/fixtures/fixtures/fixture2.json index a697448327..8ce4259fb4 100644 --- a/tests/fixtures/fixtures/fixture2.json +++ b/tests/fixtures/fixtures/fixture2.json @@ -15,4 +15,4 @@ "pub_date": "2006-06-16 15:00:00" } } -]
\ No newline at end of file +] |
