1
0
Fork 0
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:
Martin Fischer 2024-12-31 13:52:18 +01:00
parent 61c3559116
commit 1a402e0c53
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
{
int = 123;
str = "foo";
str = "foo\nbar";
attr.foo = "bar";
}