| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| (Empty) | |
| 1 INPUT | |
| 2 Index: foo.py | |
| 3 =================================================================== | |
| 4 new file mode 100644 | |
| 5 --- /dev/null | |
| 6 +++ b/bla.py | |
| 7 @@ -0,0 +1,1 @@ | |
| 8 +# A comment. | |
| 9 EXPECT | |
| 10 diff --git a/foo.py b/foo.py | |
| 11 new file mode 100644 | |
| 12 --- /dev/null | |
| 13 +++ b/bla.py | |
| 14 @@ -0,0 +1,1 @@ | |
| 15 +# A comment. | |
| OLD | NEW |