Mercurial > piecrust2
annotate tests/cli/test_find.yaml @ 1195:ae9387338db1 draft default tip
admin: add option to publish immediately
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 30 Dec 2022 16:48:04 -0800 |
parents | 25df894f9ab9 |
children |
rev | line source |
---|---|
386
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
1 --- |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
2 args: find |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
3 out: '' |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
4 --- |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
5 args: find |
493
95b77239c3b7
tests: Fix `find` tests on Windows.
Ludovic Chabant <ludovic@chabant.com>
parents:
397
diff
changeset
|
6 replace_out_path_sep: true |
386
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
7 in: |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
8 pages/foo.md: '' |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
9 out: | |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
10 pages/foo.md |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
11 --- |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
12 args: find |
493
95b77239c3b7
tests: Fix `find` tests on Windows.
Ludovic Chabant <ludovic@chabant.com>
parents:
397
diff
changeset
|
13 replace_out_path_sep: true |
386
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
14 in: |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
15 pages/foo.md: '' |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
16 posts/2015-01-10_blah.md: '' |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
17 out: | |
585
25df894f9ab9
internal: Some fixes to the new app configuration.
Ludovic Chabant <ludovic@chabant.com>
parents:
584
diff
changeset
|
18 pages/foo.md |
584
9ccc933ac2c7
internal: Refactor the app configuration class.
Ludovic Chabant <ludovic@chabant.com>
parents:
493
diff
changeset
|
19 posts/2015-01-10_blah.md |
386
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
20 --- |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
21 args: find foo |
493
95b77239c3b7
tests: Fix `find` tests on Windows.
Ludovic Chabant <ludovic@chabant.com>
parents:
397
diff
changeset
|
22 replace_out_path_sep: true |
386
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
23 in: |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
24 pages/foo.md: '' |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
25 pages/bar.md: '' |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
26 pages/foo/child.md: '' |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
27 pages/something.md: '' |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
28 out: | |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
29 pages/foo.md |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
30 pages/foo/child.md |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
31 --- |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
32 args: find --exact *foo.md |
493
95b77239c3b7
tests: Fix `find` tests on Windows.
Ludovic Chabant <ludovic@chabant.com>
parents:
397
diff
changeset
|
33 replace_out_path_sep: true |
386
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
34 in: |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
35 pages/foo.md: '' |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
36 pages/bar.md: '' |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
37 pages/foo/child.md: '' |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
38 pages/something.md: '' |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
39 out: | |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
40 pages/foo.md |