aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/attrs/7.json
blob: 629899c6b9b5682016cd52ef245ad7b5464738f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "contents": "foo",
  "cells": {
    "0,0": {
      "contents": "f"
    },
    "0,1": {
      "contents": "o"
    },
    "0,2": {
      "contents": "o"
    }
  },
  "cursor_position": [
    0,
    3
  ]
}