File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ History file for ack 3. https://beyondgrep.com/
22
33NEXT
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]
89ack's would always set a return code of 1 if -c was used. Now it properly
Original file line number Diff line number Diff line change @@ -9,16 +9,16 @@ stdout: |
99 ---
1010name : R extensions
1111args :
12- - -f -t rr
13- - -f --rr
12+ - t/swamp -f -t rr
13+ - t/swamp -f --rr
1414stdout : |
1515 t/swamp/example.R
1616
1717 ---
1818name : ASP.NET
1919args :
20- - -f -t aspx
21- - -f --aspx
20+ - t/swamp -f -t aspx
21+ - t/swamp -f --aspx
2222stdout : |
2323 t/swamp/MasterPage.master
2424 t/swamp/Sample.ascx
You can’t perform that action at this time.
0 commit comments