* test/rexml/test_encoding.rb
(REXMLTests::EncodingTester#test_ticket_110): Fix expected and actual order. Patch by NAKAMURA Usaku. Thanks!!! git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48107 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e1062b23b4
commit
7a608ada8f
@ -1,3 +1,10 @@
|
|||||||
|
Thu Oct 23 16:18:11 2014 Kouhei Sutou <kou@cozmixng.org>
|
||||||
|
|
||||||
|
* test/rexml/test_encoding.rb
|
||||||
|
(REXMLTests::EncodingTester#test_ticket_110): Fix expected and
|
||||||
|
actual order.
|
||||||
|
Patch by NAKAMURA Usaku. Thanks!!!
|
||||||
|
|
||||||
Thu Oct 23 10:47:16 2014 Eric Wong <e@80x24.org>
|
Thu Oct 23 10:47:16 2014 Eric Wong <e@80x24.org>
|
||||||
|
|
||||||
* insns.def (getlocal,setlocal): add comment to def/opt_operand.def
|
* insns.def (getlocal,setlocal): add comment to def/opt_operand.def
|
||||||
|
@ -91,7 +91,7 @@ module REXMLTests
|
|||||||
utf16 = File.open(fixture_path("ticket_110_utf16.xml")) do |f|
|
utf16 = File.open(fixture_path("ticket_110_utf16.xml")) do |f|
|
||||||
REXML::Document.new(f)
|
REXML::Document.new(f)
|
||||||
end
|
end
|
||||||
assert_equal(utf16.encoding, "UTF-16")
|
assert_equal("UTF-16", utf16.encoding)
|
||||||
assert( utf16[0].kind_of?(REXML::XMLDecl))
|
assert( utf16[0].kind_of?(REXML::XMLDecl))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user