qse/qse/regress/sed/s003.sed
hyung-hwan 07d4a531f8 fixed a memory leak bug in parse_expr_basic() in parse.c
touched up qse_sed_comp() a little.
ehnanced the regression test script
2009-09-10 21:05:13 +00:00

14 lines
87 B
Sed

#
# author: APRIL1024 @ kldp
#
/^[^ ][^ ]*/{
N
/--*/!{
P
D
}
N
s/\n.*\n/ /
}