hnix/tests/eval-compare/ind-string-08.nix

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