view tests/bakes/test_data_provider.bake @ 386:5f0e5276c7cb 2.0.0a9

tests: Add a Chef test for the `find` command.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 11 May 2015 22:25:33 -0700
parents 4b1019bb2533
children
line wrap: on
line source

---
in:
    pages/foo.md: |
        Foo!
    pages/bar.md: |
        Bar!
    pages/allpages.md: |
        {% for p in site.pages -%}
        {{p.url}}
        {% endfor %}
outfiles:
    allpages.html: |
        /
        /allpages.html
        /bar.html
        /foo.html