aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/split_escape_sequences/2.json
blob: e02fe90460e06be4ce72406c7aadf338f2da3de6 (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
35
36
{
  "contents": "abcabc\n\n\n\n\n\n\n\n\n\n\n                       def",
  "cells": {
    "0,0": {
      "contents": "a"
    },
    "0,1": {
      "contents": "b"
    },
    "0,2": {
      "contents": "c"
    },
    "0,3": {
      "contents": "a"
    },
    "0,4": {
      "contents": "b"
    },
    "0,5": {
      "contents": "c"
    },
    "11,23": {
      "contents": "d"
    },
    "11,24": {
      "contents": "e"
    },
    "11,25": {
      "contents": "f"
    }
  },
  "cursor_position": [
    11,
    26
  ]
}