aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/ich_dch_ech/13.json
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-11-20 18:55:34 -0500
committerJesse Luehrs <doy@tozt.net>2021-11-20 18:55:34 -0500
commit26cacf15952793ad870e315c4291deee67808b0a (patch)
tree73263112165b76d8711ead78104633ad0c54c6df /tests/data/fixtures/ich_dch_ech/13.json
parent87f5c5b59cdb2fdb4bd772f97c8896e7cba4e9fc (diff)
downloadvt100-rust-26cacf15952793ad870e315c4291deee67808b0a.tar.gz
vt100-rust-26cacf15952793ad870e315c4291deee67808b0a.zip
more wrapping bugs
Diffstat (limited to 'tests/data/fixtures/ich_dch_ech/13.json')
-rw-r--r--tests/data/fixtures/ich_dch_ech/13.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/data/fixtures/ich_dch_ech/13.json b/tests/data/fixtures/ich_dch_ech/13.json
new file mode 100644
index 0000000..3f67407
--- /dev/null
+++ b/tests/data/fixtures/ich_dch_ech/13.json
@@ -0,0 +1,23 @@
+{
+ "contents": " ネab",
+ "cells": {
+ "0,77": {
+ "contents": "ネ",
+ "is_wide": true
+ },
+ "0,78": {
+ "contents": "",
+ "is_wide_continuation": true
+ },
+ "0,79": {
+ "contents": "a"
+ },
+ "1,0": {
+ "contents": "b"
+ }
+ },
+ "cursor_position": [
+ 1,
+ 1
+ ]
+} \ No newline at end of file