Delete two consecutive lines if the first one contains PAT1
and the second one contains PAT2.
2007.12.31
Description
The following example use an empty string as PAT1,
and `this' as PAT2.
Speaking in another way, we want to delete a blank line and the following line
if it contains `this'.
Raw Input
Desired Output
keep this
delete this
keep this
keep this
delete this
keep this
keep this