aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/html-scanner
Commit message (Expand)AuthorAgeFilesLines
* Move controller assertions from base TestCase to AC:: and AV::TestCaseJeremy Kemper2008-11-071-1/+1
* Fixed the sanitize helper to avoid double escaping already properly escaped e...David Heinemeier Hansson2008-11-061-0/+4
* Fix incorrect closing CDATA delimiter. Add tests for CDATA nodes.Jeffrey Hardy2008-10-231-0/+15
* Fix that HTML::Node.parse would blow up on unclosed CDATA sections.Jeffrey Hardy2008-10-232-0/+31
* Patched HTML::Document#initialize call to Node.parse so that it includes the ...Jimmy Baker2008-06-241-0/+25
* Fixed HTML::Tokenizer (used in sanitize helper) didnt handle unclosed CDATA t...David Heinemeier Hansson2008-03-281-0/+7
* Ruby 1.9 compat: check dom equalityJeremy Kemper2008-01-071-3/+7
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-056-13/+7
* Correct indentation in a couple spots. Closes #10671 [l.guidi, rick]Rick Olson2008-01-021-3/+3
* Fix HTML Sanitizer to allow trailing spaces in CSS style attributes. Closes ...Rick Olson2007-12-231-1/+7
* Fix broken test (closes #10364) [chuyeow]David Heinemeier Hansson2007-12-051-1/+7
* Refactor sanitizer helpers into HTML classes and make it easy to swap them ou...Rick Olson2007-11-261-0/+244
* [html-scanner] Fix parsing of empty tags. Closes #7641. [anthony.bailey]Michael Koziarski2007-09-211-0/+20
* Add much-needed html-scanner tests. Fixed CDATA parsing bug. [Rick]Rick Olson2007-02-045-0/+588