hnix/tests/eval-compare/ind-string-08.nix
2018-04-10 14:57:50 -05:00

10 lines
185 B
Nix

let
s8 = '' ${""}
This shows a hacky way to preserve an empty line after the start.
But there's no reason to do so: you could just repeat the empty
line.
'';
in s8