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:
parent
66ac0c567d
commit
445bc3a200
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue