Mercurial > piecrust2
annotate tests/bakes/test_simple.yaml @ 541:60b6c1406fdc
tests: Check accented characters work in configurations.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 31 Jul 2015 19:15:36 -0700 |
parents | 879b6b5647a8 |
children | 45ad976712ec |
rev | line source |
---|---|
347
76c838453dbe
tests: Support for YAML-based baking tests. Convert old code-based ones.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
1 --- |
76c838453dbe
tests: Support for YAML-based baking tests. Convert old code-based ones.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
2 in: |
76c838453dbe
tests: Support for YAML-based baking tests. Convert old code-based ones.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
3 posts/2010-01-01_post1.md: 'post one' |
76c838453dbe
tests: Support for YAML-based baking tests. Convert old code-based ones.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
4 pages/about.md: 'URL: {{page.url}}' |
76c838453dbe
tests: Support for YAML-based baking tests. Convert old code-based ones.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
5 pages/_index.md: 'something' |
76c838453dbe
tests: Support for YAML-based baking tests. Convert old code-based ones.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
6 out: |
76c838453dbe
tests: Support for YAML-based baking tests. Convert old code-based ones.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
7 '2010': |
76c838453dbe
tests: Support for YAML-based baking tests. Convert old code-based ones.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
8 '01': |
76c838453dbe
tests: Support for YAML-based baking tests. Convert old code-based ones.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
9 '01': |
76c838453dbe
tests: Support for YAML-based baking tests. Convert old code-based ones.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
10 post1.html: 'post one' |
76c838453dbe
tests: Support for YAML-based baking tests. Convert old code-based ones.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
11 about.html: 'URL: /about.html' |
76c838453dbe
tests: Support for YAML-based baking tests. Convert old code-based ones.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
12 index.html: 'something' |
76c838453dbe
tests: Support for YAML-based baking tests. Convert old code-based ones.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
13 --- |
76c838453dbe
tests: Support for YAML-based baking tests. Convert old code-based ones.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
14 config: |
76c838453dbe
tests: Support for YAML-based baking tests. Convert old code-based ones.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
15 site: |
76c838453dbe
tests: Support for YAML-based baking tests. Convert old code-based ones.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
16 root: /whatever |
76c838453dbe
tests: Support for YAML-based baking tests. Convert old code-based ones.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
17 in: |
76c838453dbe
tests: Support for YAML-based baking tests. Convert old code-based ones.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
18 posts/2010-01-01_post1.md: 'post one' |
76c838453dbe
tests: Support for YAML-based baking tests. Convert old code-based ones.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
19 pages/about.md: 'URL: {{page.url}}' |
76c838453dbe
tests: Support for YAML-based baking tests. Convert old code-based ones.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
20 pages/_index.md: 'something' |
76c838453dbe
tests: Support for YAML-based baking tests. Convert old code-based ones.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
21 out: |
76c838453dbe
tests: Support for YAML-based baking tests. Convert old code-based ones.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
22 '2010': |
76c838453dbe
tests: Support for YAML-based baking tests. Convert old code-based ones.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
23 '01': |
76c838453dbe
tests: Support for YAML-based baking tests. Convert old code-based ones.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
24 '01': |
76c838453dbe
tests: Support for YAML-based baking tests. Convert old code-based ones.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
25 post1.html: 'post one' |
76c838453dbe
tests: Support for YAML-based baking tests. Convert old code-based ones.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
26 about.html: 'URL: /whatever/about.html' |
76c838453dbe
tests: Support for YAML-based baking tests. Convert old code-based ones.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
27 index.html: 'something' |
369
4b1019bb2533
serve: Giant refactor to change how we handle data when serving pages.
Ludovic Chabant <ludovic@chabant.com>
parents:
347
diff
changeset
|
28 --- |
4b1019bb2533
serve: Giant refactor to change how we handle data when serving pages.
Ludovic Chabant <ludovic@chabant.com>
parents:
347
diff
changeset
|
29 in: |
4b1019bb2533
serve: Giant refactor to change how we handle data when serving pages.
Ludovic Chabant <ludovic@chabant.com>
parents:
347
diff
changeset
|
30 pages/foo.md: | |
4b1019bb2533
serve: Giant refactor to change how we handle data when serving pages.
Ludovic Chabant <ludovic@chabant.com>
parents:
347
diff
changeset
|
31 This page is {{page.url}} |
4b1019bb2533
serve: Giant refactor to change how we handle data when serving pages.
Ludovic Chabant <ludovic@chabant.com>
parents:
347
diff
changeset
|
32 outfiles: |
4b1019bb2533
serve: Giant refactor to change how we handle data when serving pages.
Ludovic Chabant <ludovic@chabant.com>
parents:
347
diff
changeset
|
33 foo.html: | |
4b1019bb2533
serve: Giant refactor to change how we handle data when serving pages.
Ludovic Chabant <ludovic@chabant.com>
parents:
347
diff
changeset
|
34 This page is /foo.html |
541
60b6c1406fdc
tests: Check accented characters work in configurations.
Ludovic Chabant <ludovic@chabant.com>
parents:
397
diff
changeset
|
35 --- |
60b6c1406fdc
tests: Check accented characters work in configurations.
Ludovic Chabant <ludovic@chabant.com>
parents:
397
diff
changeset
|
36 config: |
60b6c1406fdc
tests: Check accented characters work in configurations.
Ludovic Chabant <ludovic@chabant.com>
parents:
397
diff
changeset
|
37 site: |
60b6c1406fdc
tests: Check accented characters work in configurations.
Ludovic Chabant <ludovic@chabant.com>
parents:
397
diff
changeset
|
38 author: Amélie Poulain |
60b6c1406fdc
tests: Check accented characters work in configurations.
Ludovic Chabant <ludovic@chabant.com>
parents:
397
diff
changeset
|
39 in: |
60b6c1406fdc
tests: Check accented characters work in configurations.
Ludovic Chabant <ludovic@chabant.com>
parents:
397
diff
changeset
|
40 pages/foo.md: 'Site by {{site.author}}' |
60b6c1406fdc
tests: Check accented characters work in configurations.
Ludovic Chabant <ludovic@chabant.com>
parents:
397
diff
changeset
|
41 outfiles: |
60b6c1406fdc
tests: Check accented characters work in configurations.
Ludovic Chabant <ludovic@chabant.com>
parents:
397
diff
changeset
|
42 foo.html: 'Site by Amélie Poulain' |
347
76c838453dbe
tests: Support for YAML-based baking tests. Convert old code-based ones.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
43 |