[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/12: tests: Fix malformed JSON.
From: |
guix-commits |
Subject: |
01/12: tests: Fix malformed JSON. |
Date: |
Mon, 21 Dec 2020 11:48:30 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 9608f4003dedd8dfe99327c15668ca1a43ebd93b
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Dec 21 11:44:19 2020 +0100
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.
---
tests/cve-sample.json | 2 +-
tests/swh.scm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/cve-sample.json b/tests/cve-sample.json
index 39816f9..11b7181 100644
--- a/tests/cve-sample.json
+++ b/tests/cve-sample.json
@@ -49,7 +49,7 @@
"vulnerable" : true,
"cpe23Uri" : "cpe:2.3:o:juniper:junos:16.1:*:*:*:*:*:*:*"
} ]
- } {
+ }, {
"operator" : "OR",
"cpe_match" : [ {
"vulnerable" : true,
diff --git a/tests/swh.scm b/tests/swh.scm
index aef68ac..06984b2 100644
--- a/tests/swh.scm
+++ b/tests/swh.scm
@@ -33,7 +33,7 @@
"[ { \"name\": \"one\",
\"type\": \"regular\",
\"length\": 123,
- \"dir_id\": 1 }
+ \"dir_id\": 1 },
{ \"name\": \"two\",
\"type\": \"regular\",
\"length\": 456,
- branch master updated (5ecc0b1 -> 0127e68), guix-commits, 2020/12/21
- 04/12: gnu: Add μCsim., guix-commits, 2020/12/21
- 01/12: tests: Fix malformed JSON.,
guix-commits <=
- 08/12: gnu: sdcc: Revise synopsis and description., guix-commits, 2020/12/21
- 03/12: gnu: gnome-builder: Disable jedi plugin., guix-commits, 2020/12/21
- 02/12: tests: Check the effect of '--without-tests' on implicit inputs., guix-commits, 2020/12/21
- 10/12: gnu: sdcc: Expand comment regarding GPUTILS and PIC ports., guix-commits, 2020/12/21
- 07/12: gnu: sdcc: Specify complete set of licenses., guix-commits, 2020/12/21
- 09/12: gnu: sdcc: Correct name of phase., guix-commits, 2020/12/21
- 05/12: gnu: sdcc: Remove bundled μCsim., guix-commits, 2020/12/21
- 12/12: gnu: httpstat: Update to 1.3.0., guix-commits, 2020/12/21
- 06/12: gnu: sdcc: Move to embedded.scm., guix-commits, 2020/12/21
- 11/12: gnu: sdcc: Update to 4.0.0., guix-commits, 2020/12/21