File tree Expand file tree Collapse file tree 4 files changed +12
-35
lines changed
Expand file tree Collapse file tree 4 files changed +12
-35
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ t/ack-dump.t
4242t/ack-f.yaml
4343t/ack-files-from.t
4444t/ack-g.t
45+ t/ack-g.yaml
4546t/ack-group.t
4647t/ack-h.yaml
4748t/ack-help-types.t
@@ -84,7 +85,7 @@ t/config-loader.t
8485t/context-with-newlines.t
8586t/context.t
8687t/default-filter.t
87- t/double-hyphen.t
88+ t/double-hyphen.yaml
8889t/empty-lines.t
8990t/exit-code.t
9091t/ext-filter.t
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ ---
2+ name : Double-hyphen allows hyphens after
3+ args : -i --sort -- -E t/text
4+ # The -i must be in force for the /-E/ to find "-e"
5+ ordered : true
6+ stdout : |
7+ t/text/amontillado.txt:284:to the yells of him who clamored. I re-echoed--I aided--I surpassed
8+ t/text/amontillado.txt:327:I re-erected the old rampart of bones. For the half of a century
9+ t/text/bill-of-rights.txt:53:fact tried by a jury, shall be otherwise re-examined in any Court of
Original file line number Diff line number Diff line change 33use warnings;
44use strict;
55
6- use Test::More tests => 20 ;
6+ use Test::More tests => 21 ;
77
88use lib ' t' ;
99use Util;
You can’t perform that action at this time.
0 commit comments