mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
test: test eval of newlines with raw output
This commit is contained in:
parent
61c3559116
commit
1a402e0c53
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
int = 123;
|
||||
str = "foo";
|
||||
str = "foo\nbar";
|
||||
attr.foo = "bar";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue