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

10 lines
185 B
Nix

let
s9 = ''
${""} Similarly you can force an indentation level,
in this case to 2 spaces. This works because the anti-quote
is significant (not whitespace).
'';
in s9