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

     1  -- old --
     2  e
     3  pi
     4  4
     5  5
     6  6
     7  7
     8  8
     9  9
    10  10
    11  -- new --
    12  1
    13  2
    14  3
    15  4
    16  5
    17  6
    18  7
    19  8
    20  9
    21  10
    22  -- diff --
    23  diff old new
    24  --- old
    25  +++ new
    26  @@ -1,5 +1,6 @@
    27  -e
    28  -pi
    29  +1
    30  +2
    31  +3
    32   4
    33   5
    34   6
    35  

View as plain text