aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/alternate_buffer/4.json
blob: a2b6f4a77c92eda11c22a9d649b32d05094e86f1 (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
{
  "contents": "foobar",
  "cells": {
    "0,0": {
      "contents": "f"
    },
    "0,1": {
      "contents": "o"
    },
    "0,2": {
      "contents": "o"
    },
    "0,3": {
      "contents": "b"
    },
    "0,4": {
      "contents": "a"
    },
    "0,5": {
      "contents": "r"
    }
  },
  "cursor_position": [
    0,
    6
  ]
}