Mercurial > piecrust2
comparison tests/cli/test_find.yaml @ 493:95b77239c3b7
tests: Fix `find` tests on Windows.
We need to expect OS-appropriate path separators in the output.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 23 Jul 2015 22:08:21 -0700 |
parents | 879b6b5647a8 |
children | 9ccc933ac2c7 |
comparison
equal
deleted
inserted
replaced
492:d90ccdf18156 | 493:95b77239c3b7 |
---|---|
1 --- | 1 --- |
2 args: find | 2 args: find |
3 out: '' | 3 out: '' |
4 --- | 4 --- |
5 args: find | 5 args: find |
6 replace_out_path_sep: true | |
6 in: | 7 in: |
7 pages/foo.md: '' | 8 pages/foo.md: '' |
8 out: | | 9 out: | |
9 pages/foo.md | 10 pages/foo.md |
10 --- | 11 --- |
11 args: find | 12 args: find |
13 replace_out_path_sep: true | |
12 in: | 14 in: |
13 pages/foo.md: '' | 15 pages/foo.md: '' |
14 posts/2015-01-10_blah.md: '' | 16 posts/2015-01-10_blah.md: '' |
15 out: | | 17 out: | |
16 pages/foo.md | 18 pages/foo.md |
17 posts/2015-01-10_blah.md | 19 posts/2015-01-10_blah.md |
18 --- | 20 --- |
19 args: find foo | 21 args: find foo |
22 replace_out_path_sep: true | |
20 in: | 23 in: |
21 pages/foo.md: '' | 24 pages/foo.md: '' |
22 pages/bar.md: '' | 25 pages/bar.md: '' |
23 pages/foo/child.md: '' | 26 pages/foo/child.md: '' |
24 pages/something.md: '' | 27 pages/something.md: '' |
25 out: | | 28 out: | |
26 pages/foo.md | 29 pages/foo.md |
27 pages/foo/child.md | 30 pages/foo/child.md |
28 --- | 31 --- |
29 args: find --exact *foo.md | 32 args: find --exact *foo.md |
33 replace_out_path_sep: true | |
30 in: | 34 in: |
31 pages/foo.md: '' | 35 pages/foo.md: '' |
32 pages/bar.md: '' | 36 pages/bar.md: '' |
33 pages/foo/child.md: '' | 37 pages/foo/child.md: '' |
34 pages/something.md: '' | 38 pages/something.md: '' |