File: macros.out

package info (click to toggle)
nginx-confgen 2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 264 kB
  • sloc: ansic: 870; makefile: 56
file content (27 lines) | stat: -rw-r--r-- 443 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
arg1 invoked with argument;
arg2 {
    arg1 invoked with argument1;
    arg1 invoked with argument2;
}
arg3 {
    arg2 {
        arg1 invoked with x;
        arg1 invoked with y;
    }
    arg1 invoked with z;
}
nested;
toplevel was called with hallo and contains a;
nested;
first a1;
rest;
invisible $invisible;
block {
}
first He\ 'lo;
rest a2 He\ 'lo;
invisible $invisible;
block {
    arg1 invoked with He\ 'lo;
    no $nested_var here;
}