aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/wrap/33.json
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-03 14:53:22 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-03 14:53:22 -0500
commit3271d413770f5c0d916caaa8d0dabac0b758f0f4 (patch)
tree6eae97f8a1e650b9d0f71ca6824b519959580fb4 /tests/data/fixtures/wrap/33.json
parent9c4c843baca54ff256bfdbdac231b4b6399b8550 (diff)
downloadvt100-rust-3271d413770f5c0d916caaa8d0dabac0b758f0f4.tar.gz
vt100-rust-3271d413770f5c0d916caaa8d0dabac0b758f0f4.zip
we want to force wrapping here even if the cursor was already correct
Diffstat (limited to 'tests/data/fixtures/wrap/33.json')
-rw-r--r--tests/data/fixtures/wrap/33.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/data/fixtures/wrap/33.json b/tests/data/fixtures/wrap/33.json
new file mode 100644
index 0000000..dd11a8a
--- /dev/null
+++ b/tests/data/fixtures/wrap/33.json
@@ -0,0 +1,15 @@
+{
+ "contents": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n a\n a",
+ "cells": {
+ "22,79": {
+ "contents": "a"
+ },
+ "23,79": {
+ "contents": "a"
+ }
+ },
+ "cursor_position": [
+ 23,
+ 80
+ ]
+} \ No newline at end of file