comparison tests/bakes/test_simple.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_simple.bake@4b1019bb2533
children 60b6c1406fdc
comparison
equal deleted inserted replaced
396:dc0988d937b3 397:879b6b5647a8
1 ---
2 in:
3 posts/2010-01-01_post1.md: 'post one'
4 pages/about.md: 'URL: {{page.url}}'
5 pages/_index.md: 'something'
6 out:
7 '2010':
8 '01':
9 '01':
10 post1.html: 'post one'
11 about.html: 'URL: /about.html'
12 index.html: 'something'
13 ---
14 config:
15 site:
16 root: /whatever
17 in:
18 posts/2010-01-01_post1.md: 'post one'
19 pages/about.md: 'URL: {{page.url}}'
20 pages/_index.md: 'something'
21 out:
22 '2010':
23 '01':
24 '01':
25 post1.html: 'post one'
26 about.html: 'URL: /whatever/about.html'
27 index.html: 'something'
28 ---
29 in:
30 pages/foo.md: |
31 This page is {{page.url}}
32 outfiles:
33 foo.html: |
34 This page is /foo.html
35