aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/attrs/11.json
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-11-20 02:24:46 -0500
committerJesse Luehrs <doy@tozt.net>2021-11-20 02:24:46 -0500
commitdd42df358df7889a42fc23b07140fa99c6249ae7 (patch)
tree41bcf041c3d053131b9ad6f32f134ede1a4fb2bc /tests/data/fixtures/attrs/11.json
parent49f6a8ba69764e99d6674147cd716e32254dfc30 (diff)
downloadvt100-rust-dd42df358df7889a42fc23b07140fa99c6249ae7.tar.gz
vt100-rust-dd42df358df7889a42fc23b07140fa99c6249ae7.zip
more cursor_state_formatted fixes
Diffstat (limited to 'tests/data/fixtures/attrs/11.json')
-rw-r--r--tests/data/fixtures/attrs/11.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/data/fixtures/attrs/11.json b/tests/data/fixtures/attrs/11.json
new file mode 100644
index 0000000..915ae63
--- /dev/null
+++ b/tests/data/fixtures/attrs/11.json
@@ -0,0 +1,13 @@
+{
+ "contents": " a",
+ "cells": {
+ "0,79": {
+ "contents": "a",
+ "bgcolor": "1"
+ }
+ },
+ "cursor_position": [
+ 1,
+ 80
+ ]
+} \ No newline at end of file