diff tests/bakes/test_data_provider.yaml @ 397:879b6b5647a8

tests: Move all bakes/cli/servings tests files to have a YAML extension.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 18 May 2015 15:48:45 -0700
parents tests/bakes/test_data_provider.bake@4b1019bb2533
children 894d286b348f
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/bakes/test_data_provider.yaml	Mon May 18 15:48:45 2015 -0700
@@ -0,0 +1,16 @@
+---
+in:
+    pages/foo.md: |
+        Foo!
+    pages/bar.md: |
+        Bar!
+    pages/allpages.md: |
+        {% for p in site.pages -%}
+        {{p.url}}
+        {% endfor %}
+outfiles:
+    allpages.html: |
+        /
+        /allpages.html
+        /bar.html
+        /foo.html