Ticket #45 (assigned defect)
Some html-comments makes tokenize_html choke
| Reported by: | gabrielf | Owned by: | deveiant |
|---|---|---|---|
| Priority: | normal | Milestone: | Bugfixes |
| Component: | API | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I've seen BlueCloth choke on some html-comments. I've narrowed the problem down to this test-program:
require_gem 'BlueCloth'
bc = BlueCloth::new('<!--')
puts bc.to_html
Change History
Note: See
TracTickets for help on using
tickets.
