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/17.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tests/data/fixtures/il_dl/17.json (limited to 'tests/data/fixtures/il_dl/17.json') diff --git a/tests/data/fixtures/il_dl/17.json b/tests/data/fixtures/il_dl/17.json new file mode 100644 index 0000000..4b2e900 --- /dev/null +++ b/tests/data/fixtures/il_dl/17.json @@ -0,0 +1,21 @@ +{ + "contents": " a cd\nb", + "cells": { + "0,79": { + "contents": "a" + }, + "1,1": { + "contents": "c" + }, + "1,2": { + "contents": "d" + }, + "2,0": { + "contents": "b" + } + }, + "cursor_position": [ + 1, + 3 + ] +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf