aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/data/fixtures/il_dl.in1
-rw-r--r--tests/data/fixtures/il_dl/18.json12
-rw-r--r--tests/data/fixtures/il_dl/18.typescript2
3 files changed, 15 insertions, 0 deletions
diff --git a/tests/data/fixtures/il_dl.in b/tests/data/fixtures/il_dl.in
index 3e159aa..db55d5e 100644
--- a/tests/data/fixtures/il_dl.in
+++ b/tests/data/fixtures/il_dl.in
@@ -15,3 +15,4 @@ a
b
\x1b[L
cd
+\x1bc\na\x1b[1;80Hb\x1b[M
diff --git a/tests/data/fixtures/il_dl/18.json b/tests/data/fixtures/il_dl/18.json
new file mode 100644
index 0000000..131a334
--- /dev/null
+++ b/tests/data/fixtures/il_dl/18.json
@@ -0,0 +1,12 @@
+{
+ "contents": "a",
+ "cells": {
+ "0,0": {
+ "contents": "a"
+ }
+ },
+ "cursor_position": [
+ 0,
+ 80
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/il_dl/18.typescript b/tests/data/fixtures/il_dl/18.typescript
new file mode 100644
index 0000000..607e0b1
--- /dev/null
+++ b/tests/data/fixtures/il_dl/18.typescript
@@ -0,0 +1,2 @@
+c
+ab \ No newline at end of file