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