mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
lib/generators.toPretty: Only quote attribute names if necessary
This commit is contained in:
parent
f3bf0f173e
commit
0f6231702f
2 changed files with 2 additions and 2 deletions
|
@ -469,7 +469,7 @@ runTests {
|
|||
function = "<λ>";
|
||||
functionArgs = "<λ:{(arg),foo}>";
|
||||
list = "[ 3 4 ${function} [ false ] ]";
|
||||
attrs = "{ \"foo\" = null; \"foo bar\" = \"baz\"; }";
|
||||
attrs = "{ foo = null; \"foo bar\" = \"baz\"; }";
|
||||
drv = "<δ:test>";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue