1# Check that the empty regex recalls the last *executed* regex,
2# not the last *compiled* regex
3p
4s/e/X/p
5:x
6s//Y/p
7/f/bx
8