# File test/core_test.rb, line 730 def test_entities a = Document.new( '<a>eeü</a>' ) assert_equal 'eeü', a.root.text end