Skip to content

Commit

Permalink
Fix warning: mismatched indentatmmismatched indentations at 'end' wit…
Browse files Browse the repository at this point in the history
…h 'def'
  • Loading branch information
kennyj committed Mar 19, 2013
1 parent 66ac0c5 commit 445bc3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/test/xml_mini/jdom_engine_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_not_allowed_to_expand_entities_to_files
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">
Expand Down

0 comments on commit 445bc3a

Please sign in to comment.