diff tests/procs/test_dotfiles.yaml @ 520:bab91fcef741

bake/serve: Improve support for unicode, add slugification options. * Add slugification options for taxonomies. * Sort out some unicode support problems on OSX. * Add tests.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 28 Jul 2015 18:34:21 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/procs/test_dotfiles.yaml	Tue Jul 28 18:34:21 2015 -0700
@@ -0,0 +1,8 @@
+---
+in:
+    assets/something.txt: Foo bar
+    assets/.htaccess: "# Apache config"
+outfiles:
+    something.txt: Foo bar
+    .htaccess: "# Apache config"
+