aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/attrs/2.json
blob: daa6bb7b4bf8b693f5e89bc0e2d0d667cb346ccd (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
29
30
31
32
33
34
{
  "contents": "foooo",
  "cells": {
    "0,0": {
      "contents": "f"
    },
    "0,1": {
      "contents": "o",
      "bold": true
    },
    "0,2": {
      "contents": "o",
      "bold": true,
      "italic": true
    },
    "0,3": {
      "contents": "o",
      "bold": true,
      "italic": true,
      "underline": true
    },
    "0,4": {
      "contents": "o",
      "bold": true,
      "italic": true,
      "underline": true,
      "inverse": true
    }
  },
  "cursor_position": [
    0,
    5
  ]
}