From e523a38bd2665a1a487382c5042d94770e4087af Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 6 Dec 2021 04:32:24 -0500 Subject: better (i think?) handling of weird character widths control codes are ignored completely, and everything else defaults to 1 instead of 0 --- tests/data/fixtures/ri/5.json | 4 ++-- tests/data/fixtures/ri/6.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/data/fixtures/ri/5.json b/tests/data/fixtures/ri/5.json index e70e9fa..c4852e2 100644 --- a/tests/data/fixtures/ri/5.json +++ b/tests/data/fixtures/ri/5.json @@ -1,8 +1,8 @@ { - "contents": " a\n\nb", + "contents": " a\n\nb", "cells": { "0,79": { - "contents": "a" + "contents": "a" }, "2,0": { "contents": "b" diff --git a/tests/data/fixtures/ri/6.json b/tests/data/fixtures/ri/6.json index b58e830..7bf46db 100644 --- a/tests/data/fixtures/ri/6.json +++ b/tests/data/fixtures/ri/6.json @@ -1,8 +1,8 @@ { - "contents": "\n a\n\nb", + "contents": "\n a\n\nb", "cells": { "1,79": { - "contents": "a" + "contents": "a" }, "3,0": { "contents": "b" -- cgit v1.2.3-54-g00ecf