view tests/procs/test_dotfiles.yaml @ 617:6c8f67394d97

tests: Add unicode tests for case-sensitive file-systems.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 06 Feb 2016 00:10:35 -0800
parents bab91fcef741
children
line wrap: on
line source

---
in:
    assets/something.txt: Foo bar
    assets/.htaccess: "# Apache config"
outfiles:
    something.txt: Foo bar
    .htaccess: "# Apache config"