aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/attrs/6.json
blob: b9bb1368db284453fe151c983a0289197a51be33 (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
{
  "contents": "fooo",
  "cells": {
    "0,0": {
      "contents": "f",
      "bold": true,
      "underline": true
    },
    "0,1": {
      "contents": "o",
      "underline": true
    },
    "0,2": {
      "contents": "o"
    },
    "0,3": {
      "contents": "o",
      "bold": true,
      "italic": true,
      "underline": true,
      "inverse": true
    }
  },
  "cursor_position": [
    0,
    4
  ]
}