| Index: patchconv/tests/move_file.txt |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/patchconv/tests/move_file.txt |
| @@ -0,0 +1,9 @@ |
| +INPUT |
| + Index: README.md |
| + =================================================================== |
| + rename from README.txt |
| + rename to README.md |
| +EXPECT |
| + diff --git a/README.txt b/README.md |
| + rename from README.txt |
| + rename to README.md |