view tests/procs/test_dotfiles.yaml @ 947:a85b2827ba1a

prepare: Fix old API calls.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 05 Oct 2017 00:25:10 -0700
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"