File tree 4 files changed +38
-69
lines changed
4 files changed +38
-69
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ t/test-pager
32
32
33
33
t/00-load.t
34
34
t/FilterTest.pm
35
- t/ack-1.t
35
+ t/ack-1.yaml
36
36
t/ack-Q.t
37
37
t/ack-c.yaml
38
38
t/ack-color.t
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : All the Montresors
3
+ args : Montresor -h t/text
4
+ stdout : |
5
+ the catacombs of the Montresors.
6
+ "The Montresors," I replied, "were a great and numerous family."
7
+ "For the love of God, Montresor!"
8
+
9
+ ---
10
+ name : Stop at one Montresor
11
+ args : Montresor -1 -h t/text
12
+ stdout : |
13
+ the catacombs of the Montresors.
14
+
15
+ ---
16
+ name : With dash v
17
+ args : c -1 -h -v t/text/raven.txt
18
+ stdout : ' Only this and nothing more."'
19
+
20
+ ---
21
+ name : Dash f
22
+ args : -1 -f --sort-files t/swamp
23
+ stdout :
24
+ t/swamp/0
25
+
26
+ ---
27
+ name : Dash g
28
+ args : -1 -g fresh t/
29
+ stdout :
30
+ t/swamp/fresh.css
31
+
32
+ ---
33
+ name : Dash l
34
+ args : -1 -l --sort-files the t/text
35
+ stdout : |
36
+ t/text/amontillado.txt
Original file line number Diff line number Diff line change 3
3
use warnings;
4
4
use strict;
5
5
6
- use Test::More tests => 22 ;
6
+ use Test::More tests => 23 ;
7
7
8
8
use lib ' t' ;
9
9
use Util;
You can’t perform that action at this time.
0 commit comments