1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix warning: mismatched indentatmmismatched indentations at 'end' with 'def'

This commit is contained in:
kennyj 2013-03-19 20:52:20 +09:00
parent 66ac0c567d
commit 445bc3a200

View file

@ -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">