aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/tab/1.json
blob: 39430f65f67ddf14420abafbb9b99b22735ef9e5 (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     bar",
  "cells": {
    "0,0": {
      "contents": "f"
    },
    "0,1": {
      "contents": "o"
    },
    "0,10": {
      "contents": "r"
    },
    "0,2": {
      "contents": "o"
    },
    "0,8": {
      "contents": "b"
    },
    "0,9": {
      "contents": "a"
    }
  },
  "cursor_position": [
    0,
    11
  ]
}