aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/colors/1.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/fixtures/colors/1.json')
-rw-r--r--tests/data/fixtures/colors/1.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/data/fixtures/colors/1.json b/tests/data/fixtures/colors/1.json
new file mode 100644
index 0000000..a5928a7
--- /dev/null
+++ b/tests/data/fixtures/colors/1.json
@@ -0,0 +1,30 @@
+{
+ "contents": "foobar",
+ "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"
+ },
+ "0,5": {
+ "contents": "r",
+ "fgcolor": "1"
+ }
+ },
+ "cursor_position": [
+ 0,
+ 6
+ ]
+} \ No newline at end of file