From 9557f93b3e1db9e2a36fee3d5c6072b2b541d4e6 Mon Sep 17 00:00:00 2001 From: William G Underwood <42812654+WGUNDERWOOD@users.noreply.github.com> Date: Tue, 15 Oct 2024 15:12:40 +0100 Subject: [PATCH] New unicode test --- tests/source/unicode.tex | 4 +++- tests/target/unicode.tex | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/tests/source/unicode.tex b/tests/source/unicode.tex index dc1bd68..916d59b 100644 --- a/tests/source/unicode.tex +++ b/tests/source/unicode.tex @@ -2,12 +2,14 @@ \begin{document} -this is a long line with a unicode arrow in the middle of it ↓ which should be split correctly +This is a long line with a unicode arrow in the middle of it ↓ which should be split correctly Here an indent begins ( and should not be closed with this arrow and comment ↓% until the next parenthesis ) +This line contains some French accent characters éééééééééééééééééééééééééééééé +which include zero-width chars, so look narrower than they are. \end{document} diff --git a/tests/target/unicode.tex b/tests/target/unicode.tex index d688ff8..e135ed8 100644 --- a/tests/target/unicode.tex +++ b/tests/target/unicode.tex @@ -2,7 +2,7 @@ \begin{document} -this is a long line with a unicode arrow in the middle of it ↓ which +This is a long line with a unicode arrow in the middle of it ↓ which should be split correctly Here an indent begins ( @@ -10,4 +10,7 @@ until the next parenthesis ) +This line contains some French accent characters éééééééééééééééééééééééééééééé +which include zero-width chars, so look narrower than they are. + \end{document}