mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
tests: Fix JSON syntax error in 'crate.scm'.
This issue is caught with Guile-JSON 4.4.1, but not by 4.3.2. * tests/crate.scm (test-root-dependencies): Add missing comma.
This commit is contained in:
parent
e28d2cdd75
commit
23862011c3
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ (define test-root-dependencies
|
||||||
\"crate_id\": \"intermediate-b\",
|
\"crate_id\": \"intermediate-b\",
|
||||||
\"kind\": \"normal\",
|
\"kind\": \"normal\",
|
||||||
\"req\": \"^1.0.0\"
|
\"req\": \"^1.0.0\"
|
||||||
}
|
},
|
||||||
{
|
{
|
||||||
\"crate_id\": \"leaf-alice\",
|
\"crate_id\": \"leaf-alice\",
|
||||||
\"kind\": \"normal\",
|
\"kind\": \"normal\",
|
||||||
|
|
Loading…
Reference in a new issue