This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fully anchor mi_gdb_test expected results.


On Thu, Aug 04, 2005 at 04:47:56PM -0400, Bob Rossi wrote:
> For instance, a change from 
>    regsub -all {[]*+.|()^$\[]} $str {\\&} result
> to
>    regsub -all {[]*+."|()^$\[]} $str {\\&} result
> 
> escapes the quotes. Would a change like this be OK? I'll run the
> testsuite.

Note, the quotes should _not_ actually need to be escaped.  They're not
regex-active.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]