summaryrefslogtreecommitdiff
path: root/test/subst-vars.out
blob: 5fffb0707c0d26097c701a68da6009f53dfd8e24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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\;;