changeset 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 233234e02816
children 8a96ff3f2b01
files tests/bakes/test_simple.yaml
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
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'