diff options
| author | Michael Färber <01mf02@gmail.com> | 2024-12-20 10:48:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-20 09:48:17 +0000 |
| commit | df4e6715cf31817878d73286d2d4b1ea1b7afdbb (patch) | |
| tree | 6265db40fc7907454a608120f0b3a20cfce825e1 /tests/suite | |
| parent | db06dbf9763d6c610d1f7a267597ecdad309048a (diff) | |
HTML tests (#5594)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'tests/suite')
| -rw-r--r-- | tests/suite/layout/inline/justify.typ | 3 | ||||
| -rw-r--r-- | tests/suite/model/link.typ | 2 | ||||
| -rw-r--r-- | tests/suite/text/coma.typ | 3 |
3 files changed, 3 insertions, 5 deletions
diff --git a/tests/suite/layout/inline/justify.typ b/tests/suite/layout/inline/justify.typ index 6e0317ac..659441b1 100644 --- a/tests/suite/layout/inline/justify.typ +++ b/tests/suite/layout/inline/justify.typ @@ -7,8 +7,7 @@ forms a "block" with flush edges at both sides. First line indents and hyphenation play nicely with justified text. ---- justify-knuth-story --- -// LARGE +--- justify-knuth-story large --- #set page(width: auto, height: auto) #set par(leading: 4pt, justify: true) #set text(font: "New Computer Modern") diff --git a/tests/suite/model/link.typ b/tests/suite/model/link.typ index 27afd53c..7cced856 100644 --- a/tests/suite/model/link.typ +++ b/tests/suite/model/link.typ @@ -1,6 +1,6 @@ // Test hyperlinking. ---- link-basic --- +--- link-basic render html --- // Link syntax. https://example.com/ diff --git a/tests/suite/text/coma.typ b/tests/suite/text/coma.typ index df757633..6b5eee3d 100644 --- a/tests/suite/text/coma.typ +++ b/tests/suite/text/coma.typ @@ -1,5 +1,4 @@ ---- coma --- -// LARGE +--- coma large --- #set page(width: 450pt, margin: 1cm) *Technische Universität Berlin* #h(1fr) *WiSe 2019/2020* \ |
