Mercurial > piecrust2
view tests/cli/test_find.yaml @ 585:25df894f9ab9
internal: Some fixes to the new app configuration.
* Tweak order of source registration.
* Add some missing default settings.
* Fix some validation code.
* Add better error handling to validation.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 02 Jan 2016 16:39:26 -0800 |
parents | 9ccc933ac2c7 |
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