Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.8.0

Bug #12085 Comments not recognized in CSS code
Submitted: 2007-09-19 19:34 UTC
From: stoyan Assigned: stoyan
Status: Closed Package: Text_Highlighter (version 0.7.0)
PHP Version: Irrelevant OS: Irrelevant
Roadmaps: (Not assigned)    
Subscription  


 [2007-09-19 19:34 UTC] stoyan (Stoyan Stefanov)
Description: ------------ Comments are not highlighted properly Test script: --------------- a { /* hrefs color */ color: red; } Expected result: ---------------- Comment highlighted as such Actual result: -------------- Comment treated as "normal" code: <span class="hl-code"> /</span><span class="hl-identifier">*</span><span class="hl-code"> </span><span class="hl-identifier">hrefs</span><span class="hl-code"> </span><span class="hl-identifier">color</span><span class="hl-code"> </span><span class="hl-identifier">*</span><span class="hl-code">/ </span>

Comments

 [2008-01-01 23:50 UTC] stoyan (Stoyan Stefanov)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.