mirror of
https://github.com/NixOS/nix
synced 2025-07-07 22:33:57 +02:00
tests/functional/repl: Characterize side effecting print behavior
Reported on matrix by aleksana: https://matrix.to/#/!VRULIdgoKmKPzJZzjj:nixos.org/$7wZp5lUDTd-_u6MYo8kWWcysjtqTiQqP8dLI0RDNVVM?via=nixos.org&via=matrix.org&via=nixos.dev
This commit is contained in:
parent
b230c01f73
commit
ece334b532
3 changed files with 61 additions and 0 deletions
33
tests/functional/repl/pretty-print-idempotent.expected
Normal file
33
tests/functional/repl/pretty-print-idempotent.expected
Normal file
|
@ -0,0 +1,33 @@
|
|||
Nix <nix version>
|
||||
Type :? for help.
|
||||
Added <number omitted> variables.
|
||||
|
||||
{
|
||||
homepage = "https://example.com";
|
||||
}
|
||||
|
||||
{ homepage = "https://example.com"; }
|
||||
|
||||
{
|
||||
layerOne = { ... };
|
||||
}
|
||||
|
||||
{
|
||||
layerOne = { ... };
|
||||
}
|
||||
|
||||
[
|
||||
"https://example.com"
|
||||
]
|
||||
|
||||
[ "https://example.com" ]
|
||||
|
||||
[
|
||||
[ ... ]
|
||||
]
|
||||
|
||||
[
|
||||
[ ... ]
|
||||
]
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue