aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc/heredoc_backslash1.right
blob: 2633908fb62e5caa573841cdd8f1e0ad293d3cfe (plain)
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
28
29
30
31
32
33
34
35
Quoted heredoc:
a\
	b
a\\
	b
 123456 -$a-\t-\\-\"-\'-\`-\--\z-\*-\?-
	-$a-\t-\\-\"-\'-\`-\--\z-\*-\?-
c\

Unquoted heredoc:
a	b
a\
	b
 123456 -qwerty-\t-\-\"-\'-`-\--\z-\*-\?-
	-qwerty-\t-\-\"-\'-`-\--\z-\*-\?-
cEOF2

Quoted -heredoc:
a\
b
a\\
b
 123456 -$a-\t-\\-\"-\'-\`-\--\z-\*-\?-
-$a-\t-\\-\"-\'-\`-\--\z-\*-\?-
c\

Unquoted -heredoc:
a	b
a\
b
 123456 -qwerty-\t-\-\"-\'-`-\--\z-\*-\?-
-qwerty-\t-\-\"-\'-`-\--\z-\*-\?-
cEOF4

Done: 0