Text file src/internal/diff/testdata/allnew.txt

     1  -- old --
     2  -- new --
     3  a
     4  b
     5  c
     6  -- diff --
     7  diff old new
     8  --- old
     9  +++ new
    10  @@ -0,0 +1,3 @@
    11  +a
    12  +b
    13  +c
    14  

View as plain text