Skip to content

Commit

Permalink
EZP-30513: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SerheyDolgushev committed Aug 9, 2019
1 parent baf5f56 commit 0881992
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@
<link xlink:href="ezcontent://333" xlink:show="none" xml:id="id5" xlink:title="Content title" ezxhtml:class="linkClass5">Content name</link>
</para>
<para><anchor xml:id="anchor"/>Some anchored content.</para>
<para>
<link xlink:href="ezcontent://333" xlink:show="none" xml:id="id7">link with nested embed</link>
</para>
</section>
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@
<link object_id="333" xhtml:id="id5" xhtml:title="Content title" class="linkClass5">Content name</link>
</paragraph>
<paragraph><anchor name="anchor"/>Some anchored content.</paragraph>
<paragraph>
<link object_id="333" xhtml:id="id7">Link with nested embed<embed-inline view="embed-inline" size="original" object_id="444"/></link>
</paragraph>
</section>

0 comments on commit 0881992

Please sign in to comment.