hush: fix backslash and terminator handling in <<[-]["]heredoc["]
[oweals/busybox.git] / shell / hush_test / hush-misc / heredoc_backslash1.right
1 Quoted heredoc:
2 a\
3         b
4  123456 -$a-\t-\\-\"-\'-\`-\--\z-\*-\?-
5         -$a-\t-\\-\"-\'-\`-\--\z-\*-\?-
6 c\
7
8 Unquoted heredoc:
9 a       b
10  123456 -qwerty-\t-\-\"-\'-`-\--\z-\*-\?-
11         -qwerty-\t-\-\"-\'-`-\--\z-\*-\?-
12 cEOF2
13
14 Quoted -heredoc:
15 a\
16 b
17  123456 -$a-\t-\\-\"-\'-\`-\--\z-\*-\?-
18 -$a-\t-\\-\"-\'-\`-\--\z-\*-\?-
19 c\
20
21 Unquoted -heredoc:
22 a       b
23  123456 -qwerty-\t-\-\"-\'-`-\--\z-\*-\?-
24 -qwerty-\t-\-\"-\'-`-\--\z-\*-\?-
25 cEOF4
26
27 Done: 0