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

7 lines
95 B
Nix

let
# Accept dollars at end of strings
s17 = ''ending dollar $'' + ''$'' + "\n";
in s17