diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-04-13 11:59:05 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-04-13 11:59:05 +0200 |
| commit | e8dd842c6699c665225c03e904a40887f8424e30 (patch) | |
| tree | 2bbf1aa10f07eba6f7bab235c917bb9ce92861d9 /tests/typ | |
| parent | f7875032b7cec9c53f0c9a2ce9542347cad8f421 (diff) | |
Fix bug with basically empty paragraph
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/text/justify.typ | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/typ/text/justify.typ b/tests/typ/text/justify.typ index 24b6b99e..3659f8ef 100644 --- a/tests/typ/text/justify.typ +++ b/tests/typ/text/justify.typ @@ -25,3 +25,9 @@ D #set page(width: 200pt) #set par(justify: true) 中文维基百科使用汉字书写,汉字是汉族或华人的共同文字,是中国大陆、新加坡、马来西亚、台湾、香港、澳门的唯一官方文字或官方文字之一。25.9%,而美国和荷兰则分別占13.7%及8.2%。近年來,中国大陆地区的维基百科编辑者正在迅速增加; + +--- +// Test that there are no hick-ups with justification enabled and +// basically empty paragraph. +#set par(justify: true) +{""} |
