aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/combining/4.json
blob: 4044d4dbd60e5fe3802b1359d9daee568366b621 (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": "abcdéfg",
  "cells": {
    "0,0": {
      "contents": "a"
    },
    "0,1": {
      "contents": "b"
    },
    "0,2": {
      "contents": "c"
    },
    "0,3": {
      "contents": "d"
    },
    "0,4": {
      "contents": "é"
    },
    "0,5": {
      "contents": "f"
    },
    "0,6": {
      "contents": "g"
    }
  },
  "cursor_position": [
    0,
    5
  ]
}