nix-super/tests/functional/lang/parse-okay-ind-string.nix

32 lines
227 B
Nix
Raw Normal View History

let
string = "str";
in [
/some/path
''${/some/path}''
''
${/some/path}''
''${/some/path}
end''
string
''${string}''
''
${string}''
''${string}
end''
''''
''
''
''
end''
]