GNU bug report logs -
#50185
Start of line not recognised
Previous Next
Full log
View this message in rfc822 format
[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.