mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/rexml/parser/test_tree.rb
(TestTreeParser::TestInvalid#test_unmatched_close_tag): Compute expected value from test value. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
73c57761a9
commit
1d8efe61d8
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
Tue Sep 3 23:01:41 2013 Kouhei Sutou <kou@cozmixng.org>
|
||||
|
||||
* test/rexml/parser/test_tree.rb
|
||||
(TestTreeParser::TestInvalid#test_unmatched_close_tag):
|
||||
Compute expected value from test value.
|
||||
|
||||
Tue Sep 3 22:59:58 2013 Kouhei Sutou <kou@cozmixng.org>
|
||||
|
||||
* lib/rexml/parsers/treeparser.rb (REXML::Parsers::TreeParser#parse):
|
||||
|
|
|
@ -12,7 +12,7 @@ class TestTreeParser < Test::Unit::TestCase
|
|||
assert_equal(<<-MESSAGE, exception.to_s)
|
||||
Missing end tag for 'root' (got "not-root")
|
||||
Line: 1
|
||||
Position: 17
|
||||
Position: #{xml.bytesize}
|
||||
Last 80 unconsumed characters:
|
||||
MESSAGE
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue