`test = a b c / ..? ; ...` Suppose `a`, `b` and `c` are input event handlers. Then after `ab`, `c` should be active, and upon another `a`, only `b`. It seems that `c` remains active.