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-link.typ | |
| parent | 72dd79210602ecc799726fc096b078afbb47f299 (diff) | |
Better test runner (#3922)
Diffstat (limited to 'tests/typ/text/linebreak-link.typ')
| -rw-r--r-- | tests/typ/text/linebreak-link.typ | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/typ/text/linebreak-link.typ b/tests/typ/text/linebreak-link.typ deleted file mode 100644 index 9f6407fa..00000000 --- a/tests/typ/text/linebreak-link.typ +++ /dev/null @@ -1,23 +0,0 @@ -// Test linebreaking of links. - ---- -#link("https://example.com/(ab") \ -#link("https://example.com/(ab)") \ -#link("https://example.com/(paren)") \ -#link("https://example.com/paren)") \ -#link("https://hi.com/%%%%%%%%abcdef") \ - ---- -#set page(width: 240pt) -#set par(justify: true) - -Here's a link https://url.com/data/extern12840%data_urlenc and then there are more -links #link("www.url.com/data/extern12840%data_urlenc") in my text of links -http://mydataurl/hash/12098541029831025981024980124124214/incremental/progress%linkdata_information_setup_my_link_just_never_stops_going/on?query=false - ---- -// Ensure that there's no unconditional break at the end of a link. -#set page(width: 180pt, height: auto, margin: auto) -#set text(11pt) - -For info see #link("https://myhost.tld"). |
