aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/wide/19.json
blob: 9edad5ba22a8770012db769a77535258453d7e3e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "contents": " ネa",
  "cells": {
    "0,1": {
      "contents": "ネ",
      "is_wide": true
    },
    "0,2": {
      "contents": "",
      "is_wide_continuation": true
    },
    "0,3": {
      "contents": "a"
    }
  },
  "cursor_position": [
    0,
    1
  ]
}