# File test/entity.rb, line 53 def test_parse_entity one = }<!ENTITY % YN '"Yes"'>} two = }<!ENTITY WhatHeSaid "He said %YN;">} assert REXML::Entity::matches?(one) assert REXML::Entity::matches?(two) end