projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
30a168c
)
Removed duplicate array keys
author
Pascal Borreli
<pascal@borreli.com>
Fri, 13 Jul 2012 17:01:16 +0000 (19:01 +0200)
committer
Pascal Borreli
<pascal@borreli.com>
Fri, 13 Jul 2012 17:01:16 +0000 (19:01 +0200)
test/Twig/Tests/escapingTest.php
patch
|
blob
|
history
diff --git
a/test/Twig/Tests/escapingTest.php
b/test/Twig/Tests/escapingTest.php
index
65c38ab
..
2492b3a
100644
(file)
--- a/
test/Twig/Tests/escapingTest.php
+++ b/
test/Twig/Tests/escapingTest.php
@@
-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 */