[Bug 16063] New: `sed` treats `\B` incorrectly
bugzilla at busybox.net
bugzilla at busybox.net
Fri May 10 06:54:53 UTC 2024
https://bugs.busybox.net/show_bug.cgi?id=16063
Bug ID: 16063
Summary: `sed` treats `\B` incorrectly
Product: Busybox
Version: 1.36.x
Hardware: All
OS: Linux
Status: NEW
Severity: minor
Priority: P5
Component: Other
Assignee: unassigned at busybox.net
Reporter: grantgryczan at gmail.com
CC: busybox-cvs at busybox.net
Target Milestone: ---
For example, `echo "hello" | sed 's/\B/ /g'` outputs `h el lo` rather than `h e
l l o` as expected. `\B` should match every non-word boundary.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the busybox-cvs
mailing list