summaryrefslogtreecommitdiff
path: root/tests/snippets/diff/unified.txt
blob: 360086b8f5cead2c4a0892acdde24aed81c38b2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---input---
--- old.txt	2023-01-17 21:02:15.449417575 -0700
+++ new.txt	2023-01-17 21:02:12.489441682 -0700
@@ -1,5 +1,4 @@
-A
-A
 B
-C
+F
 D
+E

---tokens---
'--- old.txt\t2023-01-17 21:02:15.449417575 -0700' Generic.Deleted
'\n'          Text.Whitespace

'+++ new.txt\t2023-01-17 21:02:12.489441682 -0700' Generic.Inserted
'\n'          Text.Whitespace

'@@ -1,5 +1,4 @@' Generic.Subheading
'\n'          Text.Whitespace

'-A'          Generic.Deleted
'\n'          Text.Whitespace

'-A'          Generic.Deleted
'\n'          Text.Whitespace

' '           Text.Whitespace
'B'           Text
'\n'          Text.Whitespace

'-C'          Generic.Deleted
'\n'          Text.Whitespace

'+F'          Generic.Inserted
'\n'          Text.Whitespace

' '           Text.Whitespace
'D'           Text
'\n'          Text.Whitespace

'+E'          Generic.Inserted
'\n'          Text.Whitespace