Skip to content

Commit

Permalink
add extra test for auto fixing overwritng new paths conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoisaiah committed Jul 19, 2023
1 parent cae92a4 commit 7a658d5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions testdata/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,20 @@
"args": "-f 001 -r 002 -F",
"path_args": ["images"]
},
{
"name": "auto fix overwriting several files conflict",
"want": [
"1984.pdf|1.pdf|ebooks",
"animal-farm.epub|1 (2).pdf|ebooks",
"atomic-habits.pdf|1 (3).pdf|ebooks",
"fear-of-life.EPUB|1 (4).pdf|ebooks",
"green-mile_1996.mobi|1 (5).pdf|ebooks",
".mein-kampf.pdf|1.pdf|ebooks/.banned",
"lolita.epub|1 (2).pdf|ebooks/.banned"
],
"args": "-r '1.pdf' -F -R -H",
"path_args": ["ebooks"]
},
{
"name": "auto fix multiple overwriting new path conflict",
"want": [
Expand Down

0 comments on commit 7a658d5

Please sign in to comment.