aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/il_dl/24.json
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-03 16:14:10 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-03 16:14:10 -0500
commitd648b8f074965110938bbca4dd502309d1fa75ca (patch)
tree069f25ccfc7f2255f20515ea9a886208226f8328 /tests/data/fixtures/il_dl/24.json
parent3271d413770f5c0d916caaa8d0dabac0b758f0f4 (diff)
downloadvt100-rust-d648b8f074965110938bbca4dd502309d1fa75ca.tar.gz
vt100-rust-d648b8f074965110938bbca4dd502309d1fa75ca.zip
another missing attribute setting
Diffstat (limited to 'tests/data/fixtures/il_dl/24.json')
-rw-r--r--tests/data/fixtures/il_dl/24.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/data/fixtures/il_dl/24.json b/tests/data/fixtures/il_dl/24.json
new file mode 100644
index 0000000..20b4746
--- /dev/null
+++ b/tests/data/fixtures/il_dl/24.json
@@ -0,0 +1,21 @@
+{
+ "contents": "\n ab a",
+ "cells": {
+ "1,79": {
+ "contents": "a",
+ "bold": true
+ },
+ "2,0": {
+ "contents": "b",
+ "bold": true
+ },
+ "2,79": {
+ "contents": "a",
+ "bold": true
+ }
+ },
+ "cursor_position": [
+ 0,
+ 0
+ ]
+} \ No newline at end of file