mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
tests: Fix malformed JSON.
Guile-JSON 4.3.2 would parse in spite of these typos, but 4.4.1 is stricter. * tests/swh.scm (%directory-entries): Add missing comma. * tests/cve-sample.json: Likewise.
This commit is contained in:
parent
5ecc0b17f2
commit
9608f4003d
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@
|
|||
"[ { \"name\": \"one\",
|
||||
\"type\": \"regular\",
|
||||
\"length\": 123,
|
||||
\"dir_id\": 1 }
|
||||
\"dir_id\": 1 },
|
||||
{ \"name\": \"two\",
|
||||
\"type\": \"regular\",
|
||||
\"length\": 456,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue