aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/wide/23.json
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-12-05 15:09:22 -0500
committerJesse Luehrs <doy@tozt.net>2019-12-06 21:26:07 -0500
commit0dcb7be129f4bb8f97a62cc3676be1eee7858b74 (patch)
treea6353aea6a3b37489274dc2e0c810b317741c7f0 /tests/data/fixtures/wide/23.json
parent532a9b9417f26c2d7011e4f1b79d556db717a650 (diff)
downloadvt100-rust-0dcb7be129f4bb8f97a62cc3676be1eee7858b74.tar.gz
vt100-rust-0dcb7be129f4bb8f97a62cc3676be1eee7858b74.zip
zero-width characters shouldn't clear wide characters
Diffstat (limited to 'tests/data/fixtures/wide/23.json')
-rw-r--r--tests/data/fixtures/wide/23.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/data/fixtures/wide/23.json b/tests/data/fixtures/wide/23.json
new file mode 100644
index 0000000..0c96e16
--- /dev/null
+++ b/tests/data/fixtures/wide/23.json
@@ -0,0 +1,20 @@
+{
+ "contents": "b́デ",
+ "cells": {
+ "0,0": {
+ "contents": "b́"
+ },
+ "0,1": {
+ "contents": "デ",
+ "is_wide": true
+ },
+ "0,2": {
+ "contents": "",
+ "is_wide_continuation": true
+ }
+ },
+ "cursor_position": [
+ 0,
+ 1
+ ]
+} \ No newline at end of file