aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/combining/5.json
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-12-07 02:01:53 -0500
committerJesse Luehrs <doy@tozt.net>2019-12-07 02:07:11 -0500
commit1075c2888dffb261164d1f3c5a5d216c4a3f0d35 (patch)
treef91d45e28da8ef705e00d826c121a81851c32698 /tests/data/fixtures/combining/5.json
parentc4d890090e20a2c3b7c6eb03feb2f6e6033c9caf (diff)
downloadvt100-rust-1075c2888dffb261164d1f3c5a5d216c4a3f0d35.tar.gz
vt100-rust-1075c2888dffb261164d1f3c5a5d216c4a3f0d35.zip
actually, remove normalization entirely
normalization has some weird edge cases that cause incorrect behavior, since we aren't implementing full grapheme segmentation (for instance, a single codepoint can be normalized into three different codepoints, and there are codepoints that are combining characters but have width != 0)
Diffstat (limited to 'tests/data/fixtures/combining/5.json')
-rw-r--r--tests/data/fixtures/combining/5.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/fixtures/combining/5.json b/tests/data/fixtures/combining/5.json
index 67600d7..f655d0f 100644
--- a/tests/data/fixtures/combining/5.json
+++ b/tests/data/fixtures/combining/5.json
@@ -1,5 +1,5 @@
{
- "contents": "abcdéfg\n\n\n\n\n\n\n\n\n aaa",
+ "contents": "abcdéfg\n\n\n\n\n\n\n\n\n aaa",
"cells": {
"0,0": {
"contents": "a"
@@ -14,7 +14,7 @@
"contents": "d"
},
"0,4": {
- "contents": "é"
+ "contents": "é"
},
"0,5": {
"contents": "f"