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

11 lines
249 B
Nix
Raw Normal View History

let
s6 = ''
Tabs are not interpreted as whitespace (since we can't guess
what tab settings are intended), so don't use them.
This line starts with a space and a tab, so only one
space will be stripped from each line.
'';
in s6