summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-28 04:38:20 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-28 04:38:20 +0000
commitcc9b047c9079ba90d34ae732a79b262b2dfb2754 (patch)
tree45f7aa7f2f0066f5812ffc397540903ad04c7fd6 /test
parent61ff012d26bb77962dc7d7f7e04d73f8ae54c676 (diff)
* test/rexml/test_document.rb: fix typo (patch mistake).
reported and patched by Jeremy Evans at [Bug #10439] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@48171 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/rexml/test_document.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rexml/test_document.rb b/test/rexml/test_document.rb
index 38f502f14d..392ca5899d 100644
--- a/test/rexml/test_document.rb
+++ b/test/rexml/test_document.rb
@@ -56,8 +56,8 @@ EOF
<!ENTITY % e "%d;%d;%d;%d;%d;%d;%d;%d;%d;%d;%d;%d;%d;%d;%d;">
<!ENTITY % f "%e;%e;%e;%e;%e;%e;%e;%e;%e;%e;%e;%e;%e;%e;%e;">
<!ENTITY % g "%f;%f;%f;%f;%f;%f;%f;%f;%f;%f;%f;%f;%f;%f;%f;">
- <!ENTITY test "test %g;">
-+]>
+ <!ENTITY test "test %g;">
+]>
<cd></cd>
EOF