diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2013-03-19 05:17:41 -0700 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2013-03-19 05:17:41 -0700 |
commit | 7d659ae9cd52cc0f752c09341989eb453dc0c536 (patch) | |
tree | ed331066d090afdcc5e7a9cf2be979545112b1ee /activesupport | |
parent | 66ac0c567dfcc6a31568d270dba335eb1971abc3 (diff) | |
parent | 445bc3a20025dcf7ac975b28e361d0a7f53e34a7 (diff) | |
download | rails-7d659ae9cd52cc0f752c09341989eb453dc0c536.tar.gz rails-7d659ae9cd52cc0f752c09341989eb453dc0c536.tar.bz2 rails-7d659ae9cd52cc0f752c09341989eb453dc0c536.zip |
Merge pull request #9800 from kennyj/fix_warning_20130319
Fix warning: mismatched indentatmmismatched indentations at 'end' with 'def'
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/test/xml_mini/jdom_engine_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/xml_mini/jdom_engine_test.rb b/activesupport/test/xml_mini/jdom_engine_test.rb index 4d44b72df6..2dfdde5c62 100644 --- a/activesupport/test/xml_mini/jdom_engine_test.rb +++ b/activesupport/test/xml_mini/jdom_engine_test.rb @@ -43,7 +43,7 @@ if RUBY_PLATFORM =~ /java/ assert_equal 'x', Hash.from_xml(attack_xml)["member"] end - def test_not_allowed_to_expand_parameter_entities_to_files + def test_not_allowed_to_expand_parameter_entities_to_files attack_xml = <<-EOT <!DOCTYPE member [ <!ENTITY % b SYSTEM "file://#{FILES_DIR}/jdom_entities.txt"> |