summaryrefslogtreecommitdiff
path: root/testsuite/g.ed
blob: eefe72fc5afa3359dafd328baba7fb179fc16878 (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
H
g/./m0
g//a\
hello world
# lines beginning with a `#' should be ignored
g/hello /# including in global commands \
s/lo/p!/\
a\
order\
.\
# and in the command list \
i\
caos\
.\
-1s/l/L
u
u
17,33g/[A-I]/-1d\
+1c\
hello world\
.\
47
;d
# don't change current address if no match
g/xxx/1d
;j
g/heLp! world//caos/d\
-;/order/;d
# to be undone
g/./s//x/g
u
w out.o