source: trunk/essentials/sys-apps/sed/testsuite/recall.sed

Last change on this file was 3083, checked in by bird, 19 years ago

sed 4.1.5

File size: 122 bytes
Line 
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
Note: See TracBrowser for help on using the repository browser.