summaryrefslogtreecommitdiff
path: root/test/HTML5/Serializer/OutputRulesTest.php
diff options
context:
space:
mode:
authorAsmir Mustafic <[email protected]>2014-07-09 09:21:42 +0200
committerAsmir Mustafic <[email protected]>2014-07-09 09:21:42 +0200
commitd31d82ebe8bf43f88dba8db1a1d9e6c466e06f41 (patch)
treeac73a17302661d7791c50d7b14de9779a9c62573 /test/HTML5/Serializer/OutputRulesTest.php
parent072da11763d0188e0dad12335c85f43fe6fcf9b2 (diff)
Optimized namespaceAttrs, removing one xpath query
Diffstat (limited to 'test/HTML5/Serializer/OutputRulesTest.php')
-rw-r--r--test/HTML5/Serializer/OutputRulesTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/HTML5/Serializer/OutputRulesTest.php b/test/HTML5/Serializer/OutputRulesTest.php
index df33faa..558e6b0 100644
--- a/test/HTML5/Serializer/OutputRulesTest.php
+++ b/test/HTML5/Serializer/OutputRulesTest.php
@@ -129,7 +129,7 @@ class OutputRulesTest extends \Masterminds\HTML5\Tests\TestCase
<c id="bar2" xmlns="http://www.prefixed.com/bar2"></c>
<div id="div"></div>
<d id="bar3"></d>
- <xn:d id="bar5" xmlns="http://www.prefixed.com/bar5_x" xmlns:xn="http://www.prefixed.com/xn"><x id="bar5_x">y</x></xn:d>
+ <xn:d id="bar5" xmlns:xn="http://www.prefixed.com/xn" xmlns="http://www.prefixed.com/bar5_x"><x id="bar5_x">y</x></xn:d>
</body>
</html>';