aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/decsc/8.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/fixtures/decsc/8.json')
-rw-r--r--tests/data/fixtures/decsc/8.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/tests/data/fixtures/decsc/8.json b/tests/data/fixtures/decsc/8.json
new file mode 100644
index 0000000..e81b344
--- /dev/null
+++ b/tests/data/fixtures/decsc/8.json
@@ -0,0 +1,33 @@
+{
+ "contents": "bar\n\n\n\nzoo",
+ "cells": {
+ "0,0": {
+ "contents": "b",
+ "fgcolor": "2"
+ },
+ "0,1": {
+ "contents": "a",
+ "fgcolor": "2"
+ },
+ "0,2": {
+ "contents": "r",
+ "fgcolor": "2"
+ },
+ "4,0": {
+ "contents": "z",
+ "fgcolor": "1"
+ },
+ "4,1": {
+ "contents": "o",
+ "fgcolor": "1"
+ },
+ "4,2": {
+ "contents": "o",
+ "fgcolor": "1"
+ }
+ },
+ "cursor_position": [
+ 4,
+ 1
+ ]
+} \ No newline at end of file