Removed duplicate array keys

This commit is contained in:
Pascal Borreli
2012-07-13 19:01:16 +02:00
parent 30a168c7e3
commit 1c98282e0c
-4
View File
@@ -22,10 +22,6 @@ class Twig_Test_EscapingTest extends PHPUnit_Framework_TestCase
protected $htmlAttrSpecialChars = array(
'\'' => ''',
'"' => '"',
'<' => '&lt;',
'>' => '&gt;',
'&' => '&amp;',
/* Characters beyond ASCII value 255 to unicode escape */
'Ā' => '&#x0100;',
/* Immune chars excluded */