Skip to content

Commit 15e67ba

Browse files
barw4dew326
authored andcommitted
IBX-9266: Add xslt test
1 parent 4aeafe5 commit 15e67ba

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

tests/lib/RichText/Converter/Xslt/_fixtures/docbook/014-link.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
<para>
2121
<link xlink:href="ezcontent://333" xlink:show="none" xml:id="id5" xlink:title="Content title" ezxhtml:class="linkClass5">Content name</link>
2222
</para>
23+
<para>
24+
<link xlink:href="ezlocation://999" xlink:show="new" xml:id="id9" xlink:title="Location title with SA" xlink:siteaccess="site" ezxhtml:class="linkClass9">Location content name</link>
25+
</para>
2326
<para>
2427
<link xlink:href="ezcontent://333" xlink:show="none" xml:id="id6" xlink:title="Content title" ezxhtml:class="linkClass6">
2528
<ezattribute>

tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/014-link.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
<p>
1717
<a href="ezcontent://333" id="id5" title="Content title" class="linkClass5">Content name</a>
1818
</p>
19+
<p>
20+
<a href="ezlocation://999" id="id9" siteaccess="site" target="_blank" title="Location title with SA" class="linkClass9">Location content name</a>
21+
</p>
1922
<p>
2023
<a href="ezcontent://333" data-ezattribute-name-1="value 1" data-ezattribute-name-2="value 2" id="id6" title="Content title" class="linkClass6">Content name</a>
2124
</p>

tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/output/014-link.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
<p>
1717
<a href="ezcontent://333" id="id5" title="Content title" class="linkClass5">Content name</a>
1818
</p>
19+
<p>
20+
<a href="ezlocation://999" siteaccess="site" target="_blank" id="id9" title="Location title with SA" class="linkClass9">Location content name</a>
21+
</p>
1922
<p>
2023
<a href="ezcontent://333" data-ezattribute-name-1="value 1" data-ezattribute-name-2="value 2" id="id6" title="Content title" class="linkClass6">Content name</a>
2124
</p>

0 commit comments

Comments
 (0)