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

     1  -- old --
     2  a
     3  
     4  b
     5  
     6  c
     7  
     8  d
     9  
    10  e
    11  
    12  f
    13  -- new --
    14  a
    15  
    16  B
    17  
    18  C
    19  
    20  d
    21  
    22  e
    23  
    24  f
    25  -- diff --
    26  diff old new
    27  --- old
    28  +++ new
    29  @@ -1,8 +1,8 @@
    30   a
    31   $
    32  -b
    33  -
    34  -c
    35  +B
    36  +
    37  +C
    38   $
    39   d
    40   $
    41  

View as plain text