about summary refs log tree commit diff
path: root/tests/ui/macros/same-sequence-span.stderr
AgeCommit message (Collapse)AuthorLines
2025-09-26Ignore more failing ui tests for GCC backendGuillaume Gomez-6/+6
2025-03-07Refactor `emitter` to better account for unicode chars when trimmingEsteban Küber-1/+1
Change the way that underline positions are calculated by delaying using the "visual" column position until the last possible moment, instead using the "file"/byte position in the file, and then calculating visual positioning as late as possible. This should make the underlines more resilient to non-1-width unicode chars. Unfortunately, as part of this change (which fixes some visual bugs) comes with the loss of some eager tab codepoint handling, but the output remains legible despite some minor regression on the "margin trimming" logic.
2024-11-27Update tests to use new proc-macro headerEric Huss-2/+2
2023-06-20Fix testsJacob Pratt-4/+3
2023-01-11Move /src/test to /testsAlbert Larsan-0/+43