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