aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/il_dl/18.json
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-12-07 02:53:54 -0500
committerJesse Luehrs <doy@tozt.net>2019-12-07 02:55:43 -0500
commit7152bfd5772f64ec0fc7d7d204f5fd4986104823 (patch)
treee794694fd3817d7b5dd9e5909d442fcb06f494e2 /tests/data/fixtures/il_dl/18.json
parent1075c2888dffb261164d1f3c5a5d216c4a3f0d35 (diff)
downloadvt100-rust-7152bfd5772f64ec0fc7d7d204f5fd4986104823.tar.gz
vt100-rust-7152bfd5772f64ec0fc7d7d204f5fd4986104823.zip
one more try for leaving a cursor at the end of a row
Diffstat (limited to 'tests/data/fixtures/il_dl/18.json')
-rw-r--r--tests/data/fixtures/il_dl/18.json12
1 files changed, 12 insertions, 0 deletions
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