bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#35077: grep bug?


From: Todd Hoatson
Subject: bug#35077: grep bug?
Date: Mon, 1 Apr 2019 20:47:14 -0500

I tried GNU grep 2.0d, using this: *\n[^#(/]*class*

This is intended to ensure that the word class is not preceded on the line
with #, ( or /.

This gave me 15 matches like:

*UpdateStatusForm.cs:62: /// A public method to get a singleton instance of
this class and display it.*

*UserViewSettingManager.cs:70: #region UserViewSettings class*

*VListControl.cs:462: message = uiFontRegex.Replace(message, "$1");*


Why do I still get lines with (, # and / ?  Is this a bug or am I doing
something wrong?

thanks,
Todd Hoatson


reply via email to

[Prev in Thread] Current Thread [Next in Thread]