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.master
parent
e28d2cdd75
commit
23862011c3
|
@ -148,7 +148,7 @@
|
||||||
\"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\",
|
||||||
|
|
Reference in New Issue