Home | History | Annotate | Download | only in testsuite
      1 # Check that the empty regex recalls the last *executed* regex,
      2 # not the last *compiled* regex
      3 p
      4 s/e/X/p
      5 :x
      6 s//Y/p
      7 /f/bx
      8