Skip to content

Commit

Permalink
testdata: change dirs to left/right/edit instead of left/right/output
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyagr committed Mar 21, 2024
1 parent 1b80021 commit 95405f5
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testdata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ This test data is not currently *used* by any automatic tests. You can use it
for manual testing. E.g.:

```
$ cargo run -p diffedit3 -- testdata/{left,right,output}
$ cargo run -p diffedit3 -- testdata/{left,right,edit}
```

or if the shell does not support this kind of expansion:

```
$ cargo run -p diffedit3 -- testdata/left testdata/right testdata/output
$ cargo run -p diffedit3 -- testdata/left testdata/right testdata/edit
```
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 95405f5

Please sign in to comment.