Removed duplicate array keys
authorPascal Borreli <pascal@borreli.com>
Fri, 13 Jul 2012 17:01:16 +0000 (19:01 +0200)
committerPascal Borreli <pascal@borreli.com>
Fri, 13 Jul 2012 17:01:16 +0000 (19:01 +0200)
test/Twig/Tests/escapingTest.php

index 65c38ab..2492b3a 100644 (file)
@@ -22,10 +22,6 @@ class Twig_Test_EscapingTest extends PHPUnit_Framework_TestCase
 
     protected $htmlAttrSpecialChars = array(
         '\''    => '&#x27;',
-        '"'     => '&quot;',
-        '<'     => '&lt;',
-        '>'     => '&gt;',
-        '&'     => '&amp;',
         /* Characters beyond ASCII value 255 to unicode escape */
         'Ā'     => '&#x0100;',
         /* Immune chars excluded */