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

11 lines
249 B
Nix

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