view tests/procs/test_dotfiles.yaml @ 899:e52e2dd08c96

bake: Fix typo in one of the performance timers.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 23 Jul 2017 08:20:25 -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"