view tests/procs/test_dotfiles.yaml @ 591:eedd63b7cf42

debug: Don't show parentheses on redirected properties.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 17 Jan 2016 23:09:08 -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"