Deleted Added
full compact
33c33
< # $FreeBSD: head/tools/regression/usr.bin/sed/multitest.t 197352 2009-09-20 13:39:44Z dds $
---
> # $FreeBSD: head/tools/regression/usr.bin/sed/multitest.t 197356 2009-09-20 14:11:33Z dds $
434a435,443
>
> COMMENT='[ as an s delimiter and its escapes'
> mark '8.18' ; $SED -e 's[_[X[' lines1
> # This is a matter of interpretation
> # POSIX 1003.1, 2004 says "Within the BRE and the replacement,
> # the BRE delimiter itself can be used as a *literal* character
> # if it is preceded by a backslash
> mark '8.19' ; sed 's/l/[/' lines1 | $SED -e 's[\[.[X['
> mark '8.20' ; sed 's/l/[/' lines1 | $SED -e 's[\[.[X\[['