From e13049c91c036354b311bc529b0b258aa4b61952 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 6 Dec 2019 22:15:49 -0500 Subject: fix contents when a wrapped row is followed by an empty row --- tests/data/fixtures/il_dl/16.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data') diff --git a/tests/data/fixtures/il_dl/16.json b/tests/data/fixtures/il_dl/16.json index 102c2f1..2586781 100644 --- a/tests/data/fixtures/il_dl/16.json +++ b/tests/data/fixtures/il_dl/16.json @@ -1,5 +1,5 @@ { - "contents": " a\nb", + "contents": " a\n\nb", "cells": { "0,79": { "contents": "a" -- cgit v1.2.3-54-g00ecf