summaryrefslogtreecommitdiff
path: root/tests/data
diff options
context:
space:
mode:
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>