summary refs log tree commit diff
path: root/pkgs/build-support/upstream-updater/test-case.nix
blob: 498f15c28a78c04268400e9b27eb6c787b9cdfff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  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).
  '';
}