diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-01-30 19:01:08 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-01-30 19:38:24 +0100 |
commit | d1240b1f6d706cb985c32cd0a20800c758ca930c (patch) | |
tree | d1fbefd0cb4df27ee68a8ba9d987600d62244f76 /lib/asciidoctor | |
parent | 51190a2a8195647a197a7c2cfe687b02a83907bc (diff) |
Spec: Make specs compatible with Asciidoctor 1.5.6
1) Failure/Error: should have_anchor href: 'doc-a.html', text: 'doc-a.html'
"doc-a.html" expected within "a[href='doc-a.html']" in following template:
<div class="paragraph">
<p><a href="doc-a.html">[doc-a]</a></p>
</div>
2) Failure/Error: should have_anchor href: 'missing.html', text: 'missing.html'
"missing.html" expected within "a[href='missing.html']" in following template:
<div class="paragraph">
<p><a href="missing.html">[missing]</a></p>
</div>
3) Failure/Error: should have_anchor href: 'doc-a.html#missing', text: 'doc-a.html'
"doc-a.html" expected within "a[href='doc-a.html#missing']" in following template:
<div class="paragraph">
<p><a href="doc-a.html#missing">[doc-a#missing]</a></p>
</div>
Diffstat (limited to 'lib/asciidoctor')
0 files changed, 0 insertions, 0 deletions