|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|