aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/wrap/24.json
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-12-06 23:27:51 -0500
committerJesse Luehrs <doy@tozt.net>2019-12-06 23:28:04 -0500
commite6b26a5f6ac8f79f0fd26da4fe285fa3c33da21c (patch)
tree8d6b1fbffec6b7b0397f908e7b02fa78dacf62fc /tests/data/fixtures/wrap/24.json
parente13049c91c036354b311bc529b0b258aa4b61952 (diff)
downloadvt100-rust-e6b26a5f6ac8f79f0fd26da4fe285fa3c33da21c.tar.gz
vt100-rust-e6b26a5f6ac8f79f0fd26da4fe285fa3c33da21c.zip
more line wrapping fixes
Diffstat (limited to 'tests/data/fixtures/wrap/24.json')
-rw-r--r--tests/data/fixtures/wrap/24.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/data/fixtures/wrap/24.json b/tests/data/fixtures/wrap/24.json
new file mode 100644
index 0000000..a4d8d68
--- /dev/null
+++ b/tests/data/fixtures/wrap/24.json
@@ -0,0 +1,21 @@
+{
+ "contents": " abcd",
+ "cells": {
+ "0,78": {
+ "contents": "a"
+ },
+ "0,79": {
+ "contents": "b"
+ },
+ "1,0": {
+ "contents": "c"
+ },
+ "1,1": {
+ "contents": "d"
+ }
+ },
+ "cursor_position": [
+ 1,
+ 2
+ ]
+} \ No newline at end of file