Skip Menu |

This queue is for tickets about the Tk-TextHighlight CPAN distribution.

Report information
The Basics
Id: 37933
Status: resolved
Priority: 0/
Queue: Tk-TextHighlight

People
Owner: turnerjw784 [...] yahoo.com
Requestors: SMALLPOND [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: snippetParse fails with single character "0"
The test in snippetParse at line 115 in file Tk/TextHighlight/Template.pm incorrectly fails on a single character "0". Suggested change: 115c115 < if ($snip) { --- Show quoted text
> if (defined($snip) && length($snip)) {
On Fri Jul 25 13:58:30 2008, SMALLPOND wrote: Show quoted text
> The test in snippetParse at line 115 in file > Tk/TextHighlight/Template.pm incorrectly fails on a single character "0". > > Suggested change: > > 115c115 > < if ($snip) { > ---
> > if (defined($snip) && length($snip)) {
> >
I applied this patch, I can't see any difference, can you provide a sample case? Thx, Jim
Since I have not heard anything back about this after my last response, I'm marking this closed. If the issue reoccurrs, plz test in latest version, then open a new ticket. Jim Turner