update functional test output (relative cross-site links support)

$ LC_ALL="C" pelican -o tests/output/custom/ -s samples/pelican.conf.py \
    samples/content/
$ LC_ALL="C" pelican -o tests/output/basic/ samples/content/
This commit is contained in:
Bruno Binet 2012-12-01 18:22:54 +01:00
commit 523ac9f64c
26 changed files with 54 additions and 54 deletions

View file

@ -69,8 +69,8 @@
<p>In <a href="./category/cat1.html">cat1</a>. </p>
</footer><!-- /.post-info --> <p>You're mutually oblivious.</p>
<p><a href="unbelievable.html">a root-relative link to unbelievable</a>
<a href="unbelievable.html">a file-relative link to unbelievable</a></p>
<p><a href="./unbelievable.html">a root-relative link to unbelievable</a>
<a href="./unbelievable.html">a file-relative link to unbelievable</a></p>
<a class="readmore" href="./a-markdown-powered-article.html">read more</a>
</div><!-- /.entry-content -->
</article></li>
@ -214,8 +214,8 @@ YEAH !</p>
<p>In <a href="./category/misc.html">misc</a>. </p>
</footer><!-- /.post-info --> <p>Or completely awesome. Depends the needs.</p>
<p><a class="reference external" href="a-markdown-powered-article.html">a root-relative link to markdown-article</a>
<a class="reference external" href="a-markdown-powered-article.html">a file-relative link to markdown-article</a></p>
<p><a class="reference external" href="./a-markdown-powered-article.html">a root-relative link to markdown-article</a>
<a class="reference external" href="./a-markdown-powered-article.html">a file-relative link to markdown-article</a></p>
<a class="readmore" href="./unbelievable.html">read more</a>
</div><!-- /.entry-content -->