1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_controller/vendor/html-scanner/html
2006-09-10 02:51:38 +00:00
..
document.rb Added assert_select* for CSS selector-based testing (deprecates assert_tag) #5936 [assaf.arkin@gmail.com] 2006-09-03 19:54:21 +00:00
node.rb Fix assert_tag so that :content => "foo" does not match substrings, but only exact strings. Use :content => /foo/ to match substrings. closes #2799 2006-09-10 02:51:38 +00:00
selector.rb Added assert_select* for CSS selector-based testing (deprecates assert_tag) #5936 [assaf.arkin@gmail.com] 2006-09-03 19:54:21 +00:00
tokenizer.rb Update html-scanner to handle CDATA sections better. Closes #2970. [Jamis Buck] 2005-11-21 20:43:35 +00:00
version.rb Allow assert_tag(:conditions) to match the empty string when a tag has no children. Closes #2959. [Jamis Buck] 2005-11-21 21:02:10 +00:00