aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/attrs/13.json
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-11-20 03:37:00 -0500
committerJesse Luehrs <doy@tozt.net>2021-11-20 03:37:00 -0500
commit87f5c5b59cdb2fdb4bd772f97c8896e7cba4e9fc (patch)
treea94b67dbb6adc9958b8b2949145c3391feaa8026 /tests/data/fixtures/attrs/13.json
parent65e6ff12a83f1a8eaf30f807ca688913a16df952 (diff)
downloadvt100-rust-87f5c5b59cdb2fdb4bd772f97c8896e7cba4e9fc.tar.gz
vt100-rust-87f5c5b59cdb2fdb4bd772f97c8896e7cba4e9fc.zip
only do wrapping logic during diff if we weren't wrapping before
Diffstat (limited to 'tests/data/fixtures/attrs/13.json')
-rw-r--r--tests/data/fixtures/attrs/13.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/data/fixtures/attrs/13.json b/tests/data/fixtures/attrs/13.json
new file mode 100644
index 0000000..ccb120d
--- /dev/null
+++ b/tests/data/fixtures/attrs/13.json
@@ -0,0 +1,19 @@
+{
+ "contents": " abc",
+ "cells": {
+ "0,79": {
+ "contents": "a"
+ },
+ "1,0": {
+ "contents": "b"
+ },
+ "1,1": {
+ "contents": "c",
+ "bgcolor": "1"
+ }
+ },
+ "cursor_position": [
+ 1,
+ 2
+ ]
+} \ No newline at end of file