mirror of https://github.com/Wilfred/difftastic/
Add sample files showing a syntax error
parent
a3880cbaa9
commit
4ba8508581
@ -0,0 +1,2 @@
|
||||
if (false) {
|
||||
foo(2);
|
||||
@ -0,0 +1,2 @@
|
||||
if (true) {
|
||||
foo(1);
|
||||
Loading…
Reference in New Issue