The patch introduces special variable [[@CLEAR:regex]] which
always matches without consuming any input and undefines all
variables that match supplied regex.
This is useful for keeping individual tests in the same file hermetic.
Currently, it's very easy for a failing test to pass because it
happened to use a variable set by a preceding similar test.