aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/ed/1.json
blob: 20eb131a98123f33cd9efb6fc0e863f4d268de78 (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
{
  "contents": "foo\n\n\n\n    bar\n\n\n\n\n         baz\n\n\n\n\n\n\n\n\n\n                   quux",
  "cells": {
    "0,0": {
      "contents": "f"
    },
    "0,1": {
      "contents": "o"
    },
    "0,2": {
      "contents": "o"
    },
    "19,19": {
      "contents": "q"
    },
    "19,20": {
      "contents": "u"
    },
    "19,21": {
      "contents": "u"
    },
    "19,22": {
      "contents": "x"
    },
    "4,4": {
      "contents": "b"
    },
    "4,5": {
      "contents": "a"
    },
    "4,6": {
      "contents": "r"
    },
    "9,10": {
      "contents": "a"
    },
    "9,11": {
      "contents": "z"
    },
    "9,9": {
      "contents": "b"
    }
  },
  "cursor_position": [
    19,
    23
  ]
}