aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/combining/7.json
blob: 151d517dd21096b0a5835c57a5f310436df98a15 (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
{
  "contents": "ab́cdefg",
  "cells": {
    "0,0": {
      "contents": "a"
    },
    "0,1": {
      "contents": "b́"
    },
    "0,2": {
      "contents": "c"
    },
    "0,3": {
      "contents": "d"
    },
    "0,4": {
      "contents": "e"
    },
    "0,5": {
      "contents": "f"
    },
    "0,6": {
      "contents": "g"
    }
  },
  "cursor_position": [
    0,
    2
  ]
}