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