comparison 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
comparison
equal deleted inserted replaced
540:233234e02816 541:60b6c1406fdc
30 pages/foo.md: | 30 pages/foo.md: |
31 This page is {{page.url}} 31 This page is {{page.url}}
32 outfiles: 32 outfiles:
33 foo.html: | 33 foo.html: |
34 This page is /foo.html 34 This page is /foo.html
35 ---
36 config:
37 site:
38 author: Amélie Poulain
39 in:
40 pages/foo.md: 'Site by {{site.author}}'
41 outfiles:
42 foo.html: 'Site by Amélie Poulain'
35 43