hnix/tests/eval-compare/ind-string-14.nix
2018-04-10 18:45:57 -07:00

10 lines
176 B
Nix

let
s14 = ''
Escaping of ' followed by ': '''
Escaping of $ followed by {: ''${
And finally to interpret \n etc. as in a string: ''\n, ''\r, ''\t.
'';
in s14