This is the mail archive of the gdb@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: Testsuite regular expressions.


Daniel Jacobowitz <drow@false.org> writes:
> On Tue, Jul 25, 2006 at 01:09:02PM +0100, Andrew STUBBS wrote:
>> This is probably not a serious issue, but I do wonder if it perhaps 
>> would be better to sort it out.
>
> If you'd like to... I agree, but I don't think it's important enough to
> spend much time on.

One thing worth noting: backslash isn't special within {curly quotes}.

$ tclsh
% puts {foo\.bar}
foo\.bar
% puts "foo\.bar"
foo.bar
%

But I see that help.exp is using it in "double quotes", so yeah, it's
wrong.


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