aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/bs/2.json
blob: 37cc1d2c35f2a8b2317b166e995db6b4fff00929 (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
{
  "contents": "faa\nbarx",
  "cells": {
    "0,0": {
      "contents": "f"
    },
    "0,1": {
      "contents": "a"
    },
    "0,2": {
      "contents": "a"
    },
    "1,0": {
      "contents": "b"
    },
    "1,1": {
      "contents": "a"
    },
    "1,2": {
      "contents": "r"
    },
    "1,3": {
      "contents": "x"
    }
  },
  "cursor_position": [
    1,
    3
  ]
}