summaryrefslogtreecommitdiff
path: root/tests/snippets/diff/normal.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/snippets/diff/normal.txt')
-rw-r--r--tests/snippets/diff/normal.txt38
1 files changed, 38 insertions, 0 deletions
diff --git a/tests/snippets/diff/normal.txt b/tests/snippets/diff/normal.txt
new file mode 100644
index 00000000..ae3fd5b7
--- /dev/null
+++ b/tests/snippets/diff/normal.txt
@@ -0,0 +1,38 @@
+---input---
+1,2d0
+< A
+< A
+4c2
+< C
+---
+> F
+5a4
+> E
+
+---tokens---
+'1,2d0' Generic.Subheading
+'\n' Text.Whitespace
+
+'< A' Generic.Deleted
+'\n' Text.Whitespace
+
+'< A' Generic.Deleted
+'\n' Text.Whitespace
+
+'4c2' Generic.Subheading
+'\n' Text.Whitespace
+
+'< C' Generic.Deleted
+'\n' Text.Whitespace
+
+'---' Generic.Strong
+'\n' Text.Whitespace
+
+'> F' Generic.Inserted
+'\n' Text.Whitespace
+
+'5a4' Generic.Subheading
+'\n' Text.Whitespace
+
+'> E' Generic.Inserted
+'\n' Text.Whitespace