aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-06 04:32:24 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-06 04:32:24 -0500
commite523a38bd2665a1a487382c5042d94770e4087af (patch)
tree62c39d7cd350c57d9684c135b528df5a1b87772e /tests
parentd94ec144dd1ca29886ebbc438882e73af6fe0ae9 (diff)
downloadvt100-rust-e523a38bd2665a1a487382c5042d94770e4087af.tar.gz
vt100-rust-e523a38bd2665a1a487382c5042d94770e4087af.zip
better (i think?) handling of weird character widths
control codes are ignored completely, and everything else defaults to 1 instead of 0
Diffstat (limited to 'tests')
-rw-r--r--tests/data/fixtures/ri/5.json4
-rw-r--r--tests/data/fixtures/ri/6.json4
2 files changed, 4 insertions, 4 deletions
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"