Mercurial > piecrust2
view tests/cli/test_find.yaml @ 711:ab5c6a8ae90a
bake: Replace hard-coded taxonomy support with "generator" system.
* Taxonomies are now implemented one or more `TaxonomyGenerator`s.
* A `BlogArchivesGenerator` stub is there but non-functional.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 26 May 2016 19:52:47 -0700 |
parents | 25df894f9ab9 |
children |
line wrap: on
line source
--- args: find out: '' --- args: find replace_out_path_sep: true in: pages/foo.md: '' out: | pages/foo.md --- args: find replace_out_path_sep: true in: pages/foo.md: '' posts/2015-01-10_blah.md: '' out: | pages/foo.md posts/2015-01-10_blah.md --- args: find foo replace_out_path_sep: true in: pages/foo.md: '' pages/bar.md: '' pages/foo/child.md: '' pages/something.md: '' out: | pages/foo.md pages/foo/child.md --- args: find --exact *foo.md replace_out_path_sep: true in: pages/foo.md: '' pages/bar.md: '' pages/foo/child.md: '' pages/something.md: '' out: | pages/foo.md