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