view tests/procs/test_dotfiles.yaml @ 655:9c0092fae31d

Merge pull request #26 from GitHub.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 22 Feb 2016 22:50:30 -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"