5a6e313abf
svn path=/nixpkgs/trunk/; revision=16816
14 lines
220 B
Nix
14 lines
220 B
Nix
{
|
|
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).
|
|
'';
|
|
}
|