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

10 lines
176 B
Nix
Raw Normal View History

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