Ticket #45 (assigned defect)

Opened 21 months ago

Last modified 21 months ago

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

Changed 21 months ago by deveiant

  • status changed from new to assigned

Thanks for this report. I'll add it to the test suite.

Note: See TracTickets for help on using tickets.