[Patches] [ python-Patches-901369 ] markupbase misses comments (bug 736659)

SourceForge.net noreply at sourceforge.net
Fri Feb 20 15:58:44 EST 2004


Patches item #901369, was opened at 2004-02-20 15:58
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=901369&group_id=5470

Category: Library (Lib)
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jim Jewett (jimjjewett)
Assigned to: Nobody/Anonymous (nobody)
Summary: markupbase misses comments (bug 736659)

Initial Comment:
markupbase.ParserBase().parse_declaration calls 
parse_comment if the text starts with "<!--" -- except 
that if the text starts with "<!-" it has already 
shortcircuited, thinking it has a short buffer.

Change is just a single character - to ask if the first *2* 
characters are "" or "-" instead of the first *1*.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=901369&group_id=5470



More information about the Patches mailing list