aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/split_utf8/8.json
blob: 202f75b2bc76ee922fbefde15261ba200434a431 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
  ]
}