Mercurial > piecrust2
diff 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 |
line wrap: on
line diff
--- a/tests/bakes/test_simple.yaml Fri Jul 31 00:36:25 2015 -0700 +++ b/tests/bakes/test_simple.yaml Fri Jul 31 19:15:36 2015 -0700 @@ -32,4 +32,12 @@ outfiles: foo.html: | This page is /foo.html +--- +config: + site: + author: Amélie Poulain +in: + pages/foo.md: 'Site by {{site.author}}' +outfiles: + foo.html: 'Site by Amélie Poulain'