aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/ed/2.json
blob: fe26558462bd5bb78451de61e35d2eca916bee52 (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
{
  "contents": "foo\n\n\n\n    bar\n\n\n\n\n         ba",
  "cells": {
    "0,0": {
      "contents": "f"
    },
    "0,1": {
      "contents": "o"
    },
    "0,2": {
      "contents": "o"
    },
    "4,4": {
      "contents": "b"
    },
    "4,5": {
      "contents": "a"
    },
    "4,6": {
      "contents": "r"
    },
    "9,10": {
      "contents": "a"
    },
    "9,9": {
      "contents": "b"
    }
  },
  "cursor_position": [
    9,
    11
  ]
}