aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/colors/21.json
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-05 23:03:08 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-05 23:05:25 -0500
commit41cb10a3cb9261eb6d3b4f0579ade411d2de1a2d (patch)
tree8ae529a34b3a46475fca53665511f1a1765b512c /tests/data/fixtures/colors/21.json
parent56253234aaf9fd2aad542acc14ef3637545d5249 (diff)
downloadvt100-rust-41cb10a3cb9261eb6d3b4f0579ade411d2de1a2d.tar.gz
vt100-rust-41cb10a3cb9261eb6d3b4f0579ade411d2de1a2d.zip
test subparameter behavior
Diffstat (limited to 'tests/data/fixtures/colors/21.json')
-rw-r--r--tests/data/fixtures/colors/21.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/data/fixtures/colors/21.json b/tests/data/fixtures/colors/21.json
new file mode 100644
index 0000000..a7a7ec6
--- /dev/null
+++ b/tests/data/fixtures/colors/21.json
@@ -0,0 +1,21 @@
+{
+ "contents": "abc",
+ "cells": {
+ "0,0": {
+ "contents": "a"
+ },
+ "0,1": {
+ "contents": "b",
+ "fgcolor": "123"
+ },
+ "0,2": {
+ "contents": "c",
+ "fgcolor": "123",
+ "bgcolor": "158"
+ }
+ },
+ "cursor_position": [
+ 0,
+ 3
+ ]
+} \ No newline at end of file