--TEST-- XML_Util::reverseEntities() basic tests --CREDITS-- Chuck Burgess # created for v1.2.0a1 2008-05-04 --FILE-- --EXPECT-- =====XML_Util::reverseEntities() basic tests===== TEST: basic usage This string contains < & >. TEST: basic usage but with bogus $replaceEntities arg This string contains < & >. TEST: basic usage with ENTITIES_XML This string contains < & >. TEST: basic usage with ENTITIES_XML and UTF-8 This string contains < & >. TEST: utf8 usage with ENTITIES_XML and UTF-8 This data contains special chars like <, >, & and " as well as ä, ö, ß, à and ê TEST: basic usage with ENTITIES_XML_REQUIRED This string contains < & >. TEST: basic usage with ENTITIES_XML_REQUIRED and UTF-8 This string contains < & >. TEST: utf8 usage with ENTITIES_XML_REQUIRED and UTF-8 This data contains special chars like <, >, & and " as well as ä, ö, ß, à and ê TEST: basic usage with ENTITIES_HTML This string contains < & >. TEST: basic usage with ENTITIES_HTML and UTF-8 This string contains < & >. TEST: utf8 usage with ENTITIES_HTML and UTF-8 This data contains special chars like <, >, & and " as well as ä, ö, ß, à and ê