nixpkgs/pkgs/build-support/upstream-updater/test-case.nix

14 lines
220 B
Nix
Raw Permalink Normal View History

{
a=1;
b="text";
c=''
text
'';
d=''
Multi-line text with special characters -
like \ (backslash) and ''${} (dollar +
curly braces) and $ (dollar) and ' (quote)
and " (double quote).
'';
}