source: trunk/essentials/app-shells/bash/tests/heredoc.right

Last change on this file was 3228, checked in by bird, 18 years ago

bash 3.1

File size: 342 bytes
Line 
1there
2one - alpha
3two - beta
4three - gamma
5hi\
6there$a
7stuff
8hi\
9there
10EO\
11F
12hi
13hi
14tab 1
15tab 2
16tab 3
17abc
18def ghi
19jkl mno
20fff is a function
21fff ()
22{
23 ed /tmp/foo >/dev/null <<ENDOFINPUT
24/^name/d
25w
26q
27ENDOFINPUT
28
29 aa=1
30}
31fff is a function
32fff ()
33{
34 ed /tmp/foo >/dev/null <<ENDOFINPUT
35/^name/d
36w
37q
38ENDOFINPUT
39
40 aa=1
41}
42hi
43there
Note: See TracBrowser for help on using the repository browser.