summaryrefslogtreecommitdiff
path: root/tests/data
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-11-27 16:10:45 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2012-11-27 16:10:45 +0100
commitdb45ea9d8cb8fd199de2239b6bc28aff3ad53cce (patch)
tree61a4345cb0cb9d7130d5f041753bc68f80a45674 /tests/data
parent1bcce776e786eb6688bace653ecafa1a5a4fb563 (diff)
downloadhakyll-db45ea9d8cb8fd199de2239b6bc28aff3ad53cce.tar.gz
Allow arbitrary keys, update some tests
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/example.md.metadata1
-rw-r--r--tests/data/posts/2010-08-26-birthday.md1
-rw-r--r--tests/data/template.html2
-rw-r--r--tests/data/template.html.out2
4 files changed, 4 insertions, 2 deletions
diff --git a/tests/data/example.md.metadata b/tests/data/example.md.metadata
index b757d9b..9685918 100644
--- a/tests/data/example.md.metadata
+++ b/tests/data/example.md.metadata
@@ -1 +1,2 @@
external: External data
+date: 2012-10-22 14:35:24
diff --git a/tests/data/posts/2010-08-26-birthday.md b/tests/data/posts/2010-08-26-birthday.md
new file mode 100644
index 0000000..b88ede5
--- /dev/null
+++ b/tests/data/posts/2010-08-26-birthday.md
@@ -0,0 +1 @@
+It's my birthday today.
diff --git a/tests/data/template.html b/tests/data/template.html
index a8d78eb..153303c 100644
--- a/tests/data/template.html
+++ b/tests/data/template.html
@@ -1,5 +1,5 @@
<div>
I'm so rich I have $$3.
- $echo test$
+ $echo test!$
$body$
</div>
diff --git a/tests/data/template.html.out b/tests/data/template.html.out
index 8bd1879..07b0851 100644
--- a/tests/data/template.html.out
+++ b/tests/data/template.html.out
@@ -1,5 +1,5 @@
<div>
I'm so rich I have $3.
- test
+ test!
<p>This is an example.</p>
</div>