mirror of https://github.com/Wilfred/difftastic/
Add a test file that shows how Python diffing is currently broken
parent
d1354c7174
commit
974655aea8
@ -0,0 +1,7 @@
|
||||
x = True
|
||||
y = True
|
||||
if x:
|
||||
foo()
|
||||
if y:
|
||||
bar()
|
||||
baz()
|
||||
@ -0,0 +1,7 @@
|
||||
x = True
|
||||
y = True
|
||||
if x:
|
||||
foo()
|
||||
if y:
|
||||
bar()
|
||||
baz()
|
||||
Loading…
Reference in New Issue