aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/data/fixtures/el.in1
-rw-r--r--tests/data/fixtures/el/23.json21
-rw-r--r--tests/data/fixtures/el/23.typescript1
3 files changed, 23 insertions, 0 deletions
diff --git a/tests/data/fixtures/el.in b/tests/data/fixtures/el.in
index 108a7d2..7d065d3 100644
--- a/tests/data/fixtures/el.in
+++ b/tests/data/fixtures/el.in
@@ -20,3 +20,4 @@ foo\x1b[5;5Hbarbar\x1b[10;10Hbazbaz\x1b[20;20Hquux
\x1bc\x1b[5;5H
\x1b[41m\x1b[2K
\x1bc\x1b[1;80H\x1b[41ma\x1b[1K
+\x1bc\x1b[1;80H\x1b[41maa\x1b[1K
diff --git a/tests/data/fixtures/el/23.json b/tests/data/fixtures/el/23.json
new file mode 100644
index 0000000..f2490f0
--- /dev/null
+++ b/tests/data/fixtures/el/23.json
@@ -0,0 +1,21 @@
+{
+ "contents": " a",
+ "cells": {
+ "0,79": {
+ "contents": "a",
+ "bgcolor": "1"
+ },
+ "1,0": {
+ "contents": "",
+ "bgcolor": "1"
+ },
+ "1,1": {
+ "contents": "",
+ "bgcolor": "1"
+ }
+ },
+ "cursor_position": [
+ 1,
+ 1
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/el/23.typescript b/tests/data/fixtures/el/23.typescript
new file mode 100644
index 0000000..022194c
--- /dev/null
+++ b/tests/data/fixtures/el/23.typescript
@@ -0,0 +1 @@
+caa \ No newline at end of file