diff options
| author | Laurenz <laurmaedje@gmail.com> | 2025-07-10 12:54:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-10 10:54:06 +0000 |
| commit | 275012d7c624be85173315286752888e20996072 (patch) | |
| tree | 902db921719c9e0cf399bbe48372f4d8f347273b /tests/suite/text/case.typ | |
| parent | 98802dde7e3eab456bf4892b586076431e3bb386 (diff) | |
Handle `lower` and `upper` in HTML export (#6585)
Diffstat (limited to 'tests/suite/text/case.typ')
| -rw-r--r-- | tests/suite/text/case.typ | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/suite/text/case.typ b/tests/suite/text/case.typ index 964ff28b..c045ce7a 100644 --- a/tests/suite/text/case.typ +++ b/tests/suite/text/case.typ @@ -14,6 +14,10 @@ // Check that cases are applied to symbols nested in content #lower($H I !$.body) +--- cases-content-html html --- +#lower[MY #html.strong[Lower] #symbol("A")] \ +#upper[my #html.strong[Upper] #symbol("a")] \ + --- upper-bad-type --- // Error: 8-9 expected string or content, found integer #upper(1) |
