This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-01-24 22:08:15 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4df45d86097efbeabceecfe53d8ea2da9ccbb107
rails
/
actionpack
/
test
/
controller
/
html-scanner
History
Jimmy Baker
670e22e372
Patched HTML::Document#initialize call to Node.parse so that it includes the strict argument. [
#330
]
2008-06-24 23:11:35 -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
require abstract_unit directly since test is in load path
2008-01-05 13:32:06 +00:00
sanitizer_test.rb
Ruby 1.9 compat: check dom equality
2008-01-07 08:09:06 +00: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