Add test for for the case where the pattern space is empty but does
authormillert <millert@openbsd.org>
Wed, 28 Aug 2024 14:32:02 +0000 (14:32 +0000)
committermillert <millert@openbsd.org>
Wed, 28 Aug 2024 14:32:02 +0000 (14:32 +0000)
commit141b108e00b06c20bfa9167f6faaa9419dbb87c4
treec64dbb17a757efed724f8712cde52adec6c19aea
parent01c98acc9b4c00302167d987e61d873d0abe9b30
Add test for for the case where the pattern space is empty but does
not start with a NUL character, which might occur after using the
D command.
regress/usr.bin/sed/Makefile
regress/usr.bin/sed/commandD2.expected [new file with mode: 0644]
regress/usr.bin/sed/commandD2.sed [new file with mode: 0644]