aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/split_utf8/10.json
blob: 8e581cc5293b95599be28bd1bfec73390e8212b3 (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
24
25
26
27
28
29
30
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
  ]
}