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