Skip to content

Commit

Permalink
New unicode test
Browse files Browse the repository at this point in the history
  • Loading branch information
WGUNDERWOOD committed Oct 15, 2024
1 parent 7bd4cbd commit 9557f93
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion tests/source/unicode.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
5 changes: 4 additions & 1 deletion tests/target/unicode.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@

\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 (
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}

0 comments on commit 9557f93

Please sign in to comment.