aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/wide/1.json
blob: d192911c7ae52c9053c642d7de6a01ae712f009e (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デbネ",
  "cells": {
    "0,0": {
      "contents": "a"
    },
    "0,1": {
      "contents": "デ",
      "is_wide": true
    },
    "0,2": {
      "contents": "",
      "is_wide_continuation": true
    },
    "0,3": {
      "contents": "b"
    },
    "0,4": {
      "contents": "ネ",
      "is_wide": true
    },
    "0,5": {
      "contents": "",
      "is_wide_continuation": true
    }
  },
  "cursor_position": [
    0,
    6
  ]
}