aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/wrap/30.json
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-11-19 12:38:59 -0500
committerJesse Luehrs <doy@tozt.net>2021-11-19 12:39:33 -0500
commit073bcb868df8eea8504526f11bce9f831de06e67 (patch)
tree3e2dc3e23a78e2cfceabff445a75aaaa1636930a /tests/data/fixtures/wrap/30.json
parent4227bdedde837347ecd83510b976ab13d474b2b9 (diff)
downloadvt100-rust-073bcb868df8eea8504526f11bce9f831de06e67.tar.gz
vt100-rust-073bcb868df8eea8504526f11bce9f831de06e67.zip
more line wrapping bugs
Diffstat (limited to 'tests/data/fixtures/wrap/30.json')
-rw-r--r--tests/data/fixtures/wrap/30.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/data/fixtures/wrap/30.json b/tests/data/fixtures/wrap/30.json
new file mode 100644
index 0000000..44351c6
--- /dev/null
+++ b/tests/data/fixtures/wrap/30.json
@@ -0,0 +1,18 @@
+{
+ "contents": " b a",
+ "cells": {
+ "0,78": {
+ "contents": "b"
+ },
+ "0,79": {
+ "contents": " "
+ },
+ "1,0": {
+ "contents": "a"
+ }
+ },
+ "cursor_position": [
+ 0,
+ 79
+ ]
+} \ No newline at end of file