mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-07 16:06:53 +00:00
Removed duplicate array keys
This commit is contained in:
@@ -22,10 +22,6 @@ class Twig_Test_EscapingTest extends PHPUnit_Framework_TestCase
|
||||
|
||||
protected $htmlAttrSpecialChars = array(
|
||||
'\'' => ''',
|
||||
'"' => '"',
|
||||
'<' => '<',
|
||||
'>' => '>',
|
||||
'&' => '&',
|
||||
/* Characters beyond ASCII value 255 to unicode escape */
|
||||
'Ā' => 'Ā',
|
||||
/* Immune chars excluded */
|
||||
|
||||
Reference in New Issue
Block a user