diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-04-13 10:39:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-13 08:39:45 +0000 |
| commit | 020294fca9a7065d4b9cf4e677f606ebaaa29b00 (patch) | |
| tree | c0027ad22046e2726c22298461327823d6b88d53 /tests/typ/text/linebreak.typ | |
| parent | 72dd79210602ecc799726fc096b078afbb47f299 (diff) | |
Better test runner (#3922)
Diffstat (limited to 'tests/typ/text/linebreak.typ')
| -rw-r--r-- | tests/typ/text/linebreak.typ | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/tests/typ/text/linebreak.typ b/tests/typ/text/linebreak.typ deleted file mode 100644 index 2ddeb9ed..00000000 --- a/tests/typ/text/linebreak.typ +++ /dev/null @@ -1,60 +0,0 @@ -// Test line breaks. - ---- -// Test overlong word that is not directly after a hard break. -This is a spaceexceedinglylongy. - ---- -// Test two overlong words in a row. -Supercalifragilisticexpialidocious Expialigoricmetrioxidation. - ---- -// Test for non-breaking space and hyphen. -There are non\u{2011}breaking~characters. - ---- -// Test for narrow non-breaking space. -#show "_": sym.space.nobreak.narrow -0.1_g, 1_g, 10_g, 100_g, 1_000_g, 10_000_g, 100_000_g, 1_000_000_g - ---- -// Test that there are no unwanted line break opportunities on run change. -This is partly emp#emph[has]ized. - ---- -Hard #linebreak() break. - ---- -// Test hard break directly after normal break. -Hard break directly after \ normal break. - ---- -// Test consecutive breaks. -Two consecutive \ \ breaks and three \ \ more. - ---- -// Test forcing an empty trailing line. -Trailing break \ \ - ---- -// Test justified breaks. -#set par(justify: true) -With a soft #linebreak(justify: true) -break you can force a break without #linebreak(justify: true) -breaking justification. #linebreak(justify: false) -Nice! - ---- -// Test comments at the end of a line -First part// -Second part - -// Test comments at the end of a line with pre-spacing -First part // -Second part - ---- -// Test linebreak for East Asian languages -ทีวีตรวจทานนอร์ทแฟรีเลคเชอร์โกลด์อัลบัมเชอร์รี่เย้วสโตร์กฤษณ์เคลมเยอบีร่าพ่อค้าบลูเบอร์รี่สหัสวรรษโฮปแคนูโยโย่จูนสตรอว์เบอร์รีซื่อบื้อเยนแบ็กโฮเป็นไงโดนัททอมสเตริโอแคนูวิทย์แดรี่โดนัทวิทย์แอปพริคอทเซอร์ไพรส์ไฮบริดกิฟท์อินเตอร์โซนเซอร์วิสเทียมทานโคโยตี้ม็อบเที่ยงคืนบุญคุณ - - |
