aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/il_dl/16.json
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-12-05 14:48:06 -0500
committerJesse Luehrs <doy@tozt.net>2019-12-06 21:26:07 -0500
commit532a9b9417f26c2d7011e4f1b79d556db717a650 (patch)
tree465e59a1cef826f7d08940bbd9f9932bda5a91ab /tests/data/fixtures/il_dl/16.json
parent10b5fca013b4fa0839b60262164400e5a63f2fb4 (diff)
downloadvt100-rust-532a9b9417f26c2d7011e4f1b79d556db717a650.tar.gz
vt100-rust-532a9b9417f26c2d7011e4f1b79d556db717a650.zip
preserve wrapping state when possible
Diffstat (limited to 'tests/data/fixtures/il_dl/16.json')
-rw-r--r--tests/data/fixtures/il_dl/16.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/data/fixtures/il_dl/16.json b/tests/data/fixtures/il_dl/16.json
new file mode 100644
index 0000000..102c2f1
--- /dev/null
+++ b/tests/data/fixtures/il_dl/16.json
@@ -0,0 +1,15 @@
+{
+ "contents": " a\nb",
+ "cells": {
+ "0,79": {
+ "contents": "a"
+ },
+ "2,0": {
+ "contents": "b"
+ }
+ },
+ "cursor_position": [
+ 1,
+ 1
+ ]
+} \ No newline at end of file