aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/cr/1.json
blob: 4491176620f59926050fe33261e9731ff31d22aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "contents": "baro",
  "cells": {
    "0,0": {
      "contents": "b"
    },
    "0,1": {
      "contents": "a"
    },
    "0,2": {
      "contents": "r"
    },
    "0,3": {
      "contents": "o"
    }
  },
  "cursor_position": [
    0,
    3
  ]
}