3 // this page is UTF-8 encoded!
5 class HTMLPurifier_EntityLookupTest
extends HTMLPurifier_Harness
10 $lookup = HTMLPurifier_EntityLookup
::instance();
13 $this->assertIdentical('â', $lookup->table
['acirc']);
16 $this->assertIdentical('"', $lookup->table
['quot']);
17 $this->assertIdentical('“', $lookup->table
['ldquo']);
18 $this->assertIdentical('<', $lookup->table
['lt']); // expressed strangely in source file
21 $this->assertIdentical('θ', $lookup->table
['theta']);