aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/decsc/1.json
blob: 32284d870226e54e394abed4c9f9eddff18250b7 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
  "contents": "foobaz\n\n\n         bar",
  "cells": {
    "0,0": {
      "contents": "f"
    },
    "0,1": {
      "contents": "o"
    },
    "0,2": {
      "contents": "o"
    },
    "0,3": {
      "contents": "b"
    },
    "0,4": {
      "contents": "a"
    },
    "0,5": {
      "contents": "z"
    },
    "3,0": {
      "contents": " "
    },
    "3,1": {
      "contents": " "
    },
    "3,10": {
      "contents": "a"
    },
    "3,11": {
      "contents": "r"
    },
    "3,2": {
      "contents": " "
    },
    "3,3": {
      "contents": " "
    },
    "3,4": {
      "contents": " "
    },
    "3,5": {
      "contents": " "
    },
    "3,6": {
      "contents": " "
    },
    "3,7": {
      "contents": " "
    },
    "3,8": {
      "contents": " "
    },
    "3,9": {
      "contents": "b"
    }
  },
  "cursor_position": [
    0,
    6
  ]
}