From 532a9b9417f26c2d7011e4f1b79d556db717a650 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 5 Dec 2019 14:48:06 -0500 Subject: preserve wrapping state when possible --- tests/data/fixtures/il_dl/15.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/data/fixtures/il_dl/15.json (limited to 'tests/data/fixtures/il_dl/15.json') diff --git a/tests/data/fixtures/il_dl/15.json b/tests/data/fixtures/il_dl/15.json new file mode 100644 index 0000000..a28d5bc --- /dev/null +++ b/tests/data/fixtures/il_dl/15.json @@ -0,0 +1,15 @@ +{ + "contents": " ab", + "cells": { + "0,79": { + "contents": "a" + }, + "1,0": { + "contents": "b" + } + }, + "cursor_position": [ + 1, + 1 + ] +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf