aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/split_utf8/8.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/fixtures/split_utf8/8.json')
-rw-r--r--tests/data/fixtures/split_utf8/8.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/data/fixtures/split_utf8/8.json b/tests/data/fixtures/split_utf8/8.json
new file mode 100644
index 0000000..202f75b
--- /dev/null
+++ b/tests/data/fixtures/split_utf8/8.json
@@ -0,0 +1,23 @@
+{
+ "contents": "aáキ",
+ "cells": {
+ "0,0": {
+ "contents": "a"
+ },
+ "0,1": {
+ "contents": "á"
+ },
+ "0,2": {
+ "contents": "キ",
+ "is_wide": true
+ },
+ "0,3": {
+ "contents": "",
+ "is_wide_continuation": true
+ }
+ },
+ "cursor_position": [
+ 0,
+ 4
+ ]
+} \ No newline at end of file