rails--rails/actionpack/test/controller/html-scanner
David Heinemeier Hansson a358d87e16 Fixed the sanitize helper to avoid double escaping already properly escaped entities [#683 state:committed] 2008-11-06 13:02:32 +01:00
..
cdata_node_test.rb Fix incorrect closing CDATA delimiter. Add tests for CDATA nodes. 2008-10-23 19:16:26 -07:00
document_test.rb Patched HTML::Document#initialize call to Node.parse so that it includes the strict argument. [#330] 2008-06-24 23:11:35 -07:00
node_test.rb Fix that HTML::Node.parse would blow up on unclosed CDATA sections. 2008-10-23 19:16:12 -07:00
sanitizer_test.rb Fixed the sanitize helper to avoid double escaping already properly escaped entities [#683 state:committed] 2008-11-06 13:02:32 +01:00
tag_node_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
text_node_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
tokenizer_test.rb Fixed HTML::Tokenizer (used in sanitize helper) didnt handle unclosed CDATA tags (closes #10071) [esad, packagethief] 2008-03-28 19:45:32 +00:00