aboutsummaryrefslogtreecommitdiffstats
path: root/tests/heredoc.right
blob: d71781e899af5508dcd234b55058a926d7b239bc (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
36
37
38
39
40
41
42
43
there
one - alpha
two - beta
three - gamma
hi\
there$a
stuff
hi\
there
EO\
F
hi
hi
tab 1
tab 2
tab 3
abc
def ghi
jkl mno
fff is a function
fff () 
{ 
    ed /tmp/foo  >/dev/null <<ENDOFINPUT
/^name/d
w
q
ENDOFINPUT

    aa=1
}
fff is a function
fff () 
{ 
    ed /tmp/foo >/dev/null  <<ENDOFINPUT
/^name/d
w
q
ENDOFINPUT

    aa=1
}
hi
there