aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/colors/3.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/fixtures/colors/3.json')
-rw-r--r--tests/data/fixtures/colors/3.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/tests/data/fixtures/colors/3.json b/tests/data/fixtures/colors/3.json
new file mode 100644
index 0000000..c220a24
--- /dev/null
+++ b/tests/data/fixtures/colors/3.json
@@ -0,0 +1,32 @@
+{
+ "contents": "foobab",
+ "cells": {
+ "0,0": {
+ "contents": "f"
+ },
+ "0,1": {
+ "contents": "o"
+ },
+ "0,2": {
+ "contents": "o"
+ },
+ "0,3": {
+ "contents": "b",
+ "fgcolor": "1"
+ },
+ "0,4": {
+ "contents": "a",
+ "fgcolor": "1",
+ "bgcolor": "5"
+ },
+ "0,5": {
+ "contents": "b",
+ "fgcolor": "1",
+ "bgcolor": "5"
+ }
+ },
+ "cursor_position": [
+ 0,
+ 6
+ ]
+} \ No newline at end of file