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

10 lines
205 B
Nix

let
s2 = '' If the string starts with whitespace
followed by a newline, it's stripped, but
that's not the case here. Two spaces are
stripped because of the " " at the start.
'';
in s2