aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/combining/14.json
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-12-06 21:25:41 -0500
committerJesse Luehrs <doy@tozt.net>2019-12-06 23:28:04 -0500
commit2ffb815341c9c97568d4553745eda8e470f5c37a (patch)
tree445ba5a1cdeb2740fac73b20295aee1e11114eee /tests/data/fixtures/combining/14.json
parent0dcb7be129f4bb8f97a62cc3676be1eee7858b74 (diff)
downloadvt100-rust-2ffb815341c9c97568d4553745eda8e470f5c37a.tar.gz
vt100-rust-2ffb815341c9c97568d4553745eda8e470f5c37a.zip
handle line wrapping with wide characters + combining characters
Diffstat (limited to 'tests/data/fixtures/combining/14.json')
-rw-r--r--tests/data/fixtures/combining/14.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/data/fixtures/combining/14.json b/tests/data/fixtures/combining/14.json
new file mode 100644
index 0000000..bdc1fe2
--- /dev/null
+++ b/tests/data/fixtures/combining/14.json
@@ -0,0 +1,17 @@
+{
+ "contents": " á",
+ "cells": {
+ "0,78": {
+ "contents": "á",
+ "is_wide": true
+ },
+ "0,79": {
+ "contents": "",
+ "is_wide_continuation": true
+ }
+ },
+ "cursor_position": [
+ 0,
+ 79
+ ]
+} \ No newline at end of file