aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/combining/11.json
Commit message (Collapse)AuthorAgeFilesLines
* remove special casing for combined character wrappingJesse Luehrs2021-11-191-2/+2
| | | | | | | the comment here is just... not true? not really sure why i thought it was, but testing on all of alacritty, xterm, and tmux show the opposite behavior to what is in the comment, so i'm going to assume this is just wrong
* actually, remove normalization entirelyJesse Luehrs2019-12-071-2/+2
| | | | | | | 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)
* convert tests to fixturesJesse Luehrs2019-12-061-0/+249