Mercurial > piecrust2
comparison tests/cli/test_scaffolding.yaml @ 1127:4cc020ff2537
prepare: Fix crash when preparing new pages.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 28 Feb 2018 20:16:33 -0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1126:be550e1f6423 | 1127:4cc020ff2537 |
---|---|
1 --- | |
2 no_kitchen: true | |
3 args: init . | |
4 files: | |
5 - config.yml | |
6 --- | |
7 no_kitchen: true | |
8 args: init myblog | |
9 files: | |
10 - myblog/config.yml | |
11 --- | |
12 args: prepare page foobar | |
13 files: | |
14 - kitchen/pages/foobar.md | |
15 --- | |
16 args: prepare post -d 2017/01/08 new-post | |
17 files: | |
18 - kitchen/posts/2017-01-08_new-post.md | |
19 |