aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/el/10.json
blob: 68931910493873b183f98629186530ce1665a5e7 (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\n\n\n\n    bar\n\n\n\n\n            baz",
  "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,12": {
      "contents": "b"
    },
    "9,13": {
      "contents": "a"
    },
    "9,14": {
      "contents": "z"
    }
  },
  "cursor_position": [
    19,
    21
  ]
}