get tests passing

This commit is contained in:
dave mankoff 2013-01-28 22:11:06 -05:00
commit 7b59b34a73
4 changed files with 17 additions and 28 deletions

View file

@ -1,7 +1,8 @@
<html>
<head>
</head>
<body>
Summary comment is not included.
<!-- PELICAN_END_SUMMARY -->
<!-- But this comment is (including extra whitespace) -->
Body content
<!-- This comment is included (including extra whitespace) -->
</body>
</html>

View file

@ -5,11 +5,11 @@
<meta name="date" contents="2010-12-02 10:14" />
<meta name="category" contents="yeah" />
<meta name="author" contents="Alexis Métaireau" />
<meta name="summary" contents="Summary and stuff" />
<meta name="custom_field" contents="http://notmyidea.org" />
</head>
<body>
Multi-line metadata should be supported
as well as <strong>inline markup</strong>.
<!-- PELICAN_END_SUMMARY -->
</body>
</html>