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