Index: patchconv/tests/move_and_change.txt |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/patchconv/tests/move_and_change.txt |
@@ -0,0 +1,23 @@ |
+INPUT |
+ Index: README.md |
+ =================================================================== |
+ rename from README.txt |
+ rename to README.md |
+ --- a/README.txt |
+ +++ b/README.md |
+ @@ -1,3 +1,3 @@ |
+ # Bla |
+ |
+ -Bla bla bla. |
+ +Foo bar baz. |
+EXPECT |
+ diff --git a/README.txt b/README.md |
+ rename from README.txt |
+ rename to README.md |
+ --- a/README.txt |
+ +++ b/README.md |
+ @@ -1,3 +1,3 @@ |
+ # Bla |
+ |
+ -Bla bla bla. |
+ +Foo bar baz. |