aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/ri/1.json
blob: b3e2889099ae656092f0c529252eda97ab564363 (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
32
33
34
35
36
{
  "contents": "foo   baz\n   bar",
  "cells": {
    "0,0": {
      "contents": "f"
    },
    "0,1": {
      "contents": "o"
    },
    "0,2": {
      "contents": "o"
    },
    "0,6": {
      "contents": "b"
    },
    "0,7": {
      "contents": "a"
    },
    "0,8": {
      "contents": "z"
    },
    "1,3": {
      "contents": "b"
    },
    "1,4": {
      "contents": "a"
    },
    "1,5": {
      "contents": "r"
    }
  },
  "cursor_position": [
    0,
    9
  ]
}