aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/utf8/1.json
blob: cb54f32b115d5c66bc7bf7dda207511f0e3925c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "contents": "café",
  "cells": {
    "0,0": {
      "contents": "c"
    },
    "0,1": {
      "contents": "a"
    },
    "0,2": {
      "contents": "f"
    },
    "0,3": {
      "contents": "é"
    }
  },
  "cursor_position": [
    0,
    4
  ]
}