Skip to content

Commit

Permalink
Added missing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbieniek committed Dec 6, 2018
1 parent 4205a04 commit 56365e7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<section
xmlns:image="http://ez.no/namespaces/ezpublish3/image/"
xmlns:xhtml="http://ez.no/namespaces/ezpublish3/xhtml/"
xmlns:custom="http://ez.no/namespaces/ezpublish3/custom/">
<paragraph>Lorem ipsum.</paragraph>
<paragraph>
<custom name="test1">One</custom>
<custom name="test2" attr="test2a">Two</custom>
<custom name="test3"/>
</paragraph>
<paragraph>Lorem ipsum</paragraph>
</section>
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<section xmlns="http://ez.no/namespaces/ezpublish5/xhtml5">
<p>Lorem ipsum.</p>
<custom name="test1">One</custom>
<custom name="test2" attr="test2a">Two</custom>
<custom name="test3"/>
<p>Lorem ipsum</p>
</section>

0 comments on commit 56365e7

Please sign in to comment.