[Bug 271791] sed: substitute start/end of line broken with N

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 02 Jun 2023 21:31:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271791

Li-Wen Hsu <lwhsu@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open

--- Comment #1 from Li-Wen Hsu <lwhsu@FreeBSD.org> ---
This is reproducible on -current.

The output of GNU sed:

$ printf '%s\n' hello '' world | gsed -n -e 's/^//' -e '$!N' -e P -e D
hello

world

-- 
You are receiving this mail because:
You are the assignee for the bug.