GNU bug report logs - #50185
Start of line not recognised

Previous Next

Package: sed;

Reported by: flywire <flywire0 <at> gmail.com>

Date: Tue, 24 Aug 2021 13:53:01 UTC

Severity: normal

Full log


Message #8 received at 50185 <at> debbugs.gnu.org (full text, mbox):

From: flywire <flywire0 <at> gmail.com>
To: 50185 <at> debbugs.gnu.org
Subject: Re: bug#50185: Acknowledgement (Start of line not recognised)
Date: Wed, 25 Aug 2021 00:20:25 +1000
[Message part 1 (text/plain, inline)]
Not a bug - the ^ needs to be escaped under windows.

E:\>echo Foo Bar. Figure 1. |sed -n '/^^Figure [0-9]\+\. /p'

E:\>echo Figure 1. Foo Bar. |sed -n '/^^Figure [0-9]\+\. /p'
Figure 1. Foo Bar.

But it's not fixed either. Reports matches twice now:

E:\>sed -n '/^^Figure [0-9]\+\. /p' 46-Addons.md
Figure 1. The EzHighlight Add-on Extension.
Figure 1. The EzHighlight Add-on Extension.
Figure 2. The EzHighlight Add-on on the Tools Menu.
Figure 2. The EzHighlight Add-on on the Tools Menu.
[Message part 2 (text/html, inline)]

This bug report was last modified 3 years and 301 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.