# HG changeset patch # User Ludovic Chabant # Date 1454746235 28800 # Node ID 6c8f67394d970e1f94d158ddb7c8e1777f5697d6 # Parent ccd328d0881fe2c52f4c4c61f34fd50f0c6ad712 tests: Add unicode tests for case-sensitive file-systems. diff -r ccd328d0881f -r 6c8f67394d97 tests/bakes/test_unicode_tags.yaml --- a/tests/bakes/test_unicode_tags.yaml Thu Feb 04 23:22:50 2016 -0800 +++ b/tests/bakes/test_unicode_tags.yaml Sat Feb 06 00:10:35 2016 -0800 @@ -38,8 +38,28 @@ {% endfor %} pages/_index.md: '' outfiles: + tag/Это тэг.html: | + Pages in /tag/%D0%AD%D1%82%D0%BE%20%D1%82%D1%8D%D0%B3.html + Post 01 +--- +config: + site: + slugify_mode: lowercase,encode +in: + posts/2015-03-01_post01.md: | + --- + title: Post 01 + tags: [Это тэг] + --- + pages/_tag.md: | + Pages in {{pctagurl(tag)}} + {% for p in pagination.posts -%} + {{p.title}} + {% endfor %} + pages/_index.md: '' +outfiles: tag/это тэг.html: | - Pages in /tag/%D0%AD%D1%82%D0%BE%20%D1%82%D1%8D%D0%B3.html + Pages in /tag/%D1%8D%D1%82%D0%BE%20%D1%82%D1%8D%D0%B3.html Post 01 --- config: