File: subst-vars.out

package info (click to toggle)
nginx-confgen 2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 276 kB
  • sloc: ansic: 867; makefile: 61
file content (16 lines) | stat: -rw-r--r-- 648 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
a bare Bare\ $string\;;
b bare Single-quoted\ $string\;;
c bare Double-quored\ $string\;;
a squoted 'Bare $string;';
b squoted 'Single-quoted $string;';
c squoted 'Double-quored $string;';
a dquoted "Bare $string;";
b dquoted "Single-quoted $string;";
c dquoted "Double-quored $string;";
all bare Bare\ $string\;Single-quoted\ $string\;Double-quored\ $string\;;
all squoted 'Bare $string;Single-quoted $string;Double-quored $string;';
all dquoted "Bare $string;Single-quoted $string;Double-quored $string;";
bare joined with x Bare\ $string\;xSingle-quoted\ $string\;xDouble-quored\ $string\;;
invalid ${a,something};
notarray $#a;
notarray $#{a};