Loading pkgs/build-support/writers/test.nix +1 −1 Original line number Diff line number Diff line Loading @@ -471,7 +471,7 @@ recurseIntoAttrs { toml = expectDataEqual { file = writeTOML "data.toml" { hello = "world"; }; expected = '' hello = "world" hello = 'world' ''; }; Loading Loading
pkgs/build-support/writers/test.nix +1 −1 Original line number Diff line number Diff line Loading @@ -471,7 +471,7 @@ recurseIntoAttrs { toml = expectDataEqual { file = writeTOML "data.toml" { hello = "world"; }; expected = '' hello = "world" hello = 'world' ''; }; Loading