jarrett / rbbcode

Converts BBCode to HTML. Gracefully handles invalid input. Built on Treetop.
41 stars 9 forks source link

TreeMaker Bug #7

Closed ruski1983 closed 12 years ago

ruski1983 commented 14 years ago

If i try to parse [list] [] one [] two [/list][u]d[/u] i get an error, undefined method `tag_name' for #RbbCode::RootNode:0x22c8434 its on line 305 in TreeMaker.rb

elsif tag_node.tag_name == current_parent.tag_name and @schema.close_twins?(tag_node.tag_name)

jarrett commented 12 years ago

A new version based on Treetop will be coming out soon. This is a total rewrite, so all current issues will be closed.