Skip to content

Commit bd4fee7

Browse files
committed
Explicitly specify t/swamp
1 parent 6717a36 commit bd4fee7

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Changes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ History file for ack 3. https://beyondgrep.com/
22

33
NEXT
44
========================================
5-
ack now needs YAML::PP to run its tests.
5+
ack now needs YAML::PP to run its tests. Many of ack's tests are stored in
6+
YAML files for flexibility.
67

78
[FIXES]
89
ack's would always set a return code of 1 if -c was used. Now it properly

t/filetype-detection.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ stdout: |
99
---
1010
name: R extensions
1111
args:
12-
- -f -t rr
13-
- -f --rr
12+
- t/swamp -f -t rr
13+
- t/swamp -f --rr
1414
stdout: |
1515
t/swamp/example.R
1616
1717
---
1818
name: ASP.NET
1919
args:
20-
- -f -t aspx
21-
- -f --aspx
20+
- t/swamp -f -t aspx
21+
- t/swamp -f --aspx
2222
stdout: |
2323
t/swamp/MasterPage.master
2424
t/swamp/Sample.ascx

0 commit comments

Comments
 (0)