mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02: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:
@@ -148,7 +148,7 @@
|
||||
\"crate_id\": \"intermediate-b\",
|
||||
\"kind\": \"normal\",
|
||||
\"req\": \"^1.0.0\"
|
||||
}
|
||||
},
|
||||
{
|
||||
\"crate_id\": \"leaf-alice\",
|
||||
\"kind\": \"normal\",
|
||||
|
||||
Reference in New Issue
Block a user