diff options
| author | Ian Wrzesinski <wrzian@umich.edu> | 2024-07-29 00:25:03 -0500 |
|---|---|---|
| committer | Ian Wrzesinski <wrzian@umich.edu> | 2025-01-23 16:28:29 -0500 |
| commit | 7838da02ec8a9ffbdfa61ed3dfedb24557a0e49c (patch) | |
| tree | 4be8794e2fd9617db92c50bfb90f8cd8a054f59e /tests/suite | |
| parent | fecdc39846959e0dae12e51282bb35d3d417547e (diff) | |
Add SymbolElem to realization
Diffstat (limited to 'tests/suite')
| -rw-r--r-- | tests/suite/text/case.typ | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/suite/text/case.typ b/tests/suite/text/case.typ index 2bf68bc3..964ff28b 100644 --- a/tests/suite/text/case.typ +++ b/tests/suite/text/case.typ @@ -6,6 +6,14 @@ #test(upper(memes), "ARE MEMES GREAT?") #test(upper("Ελλάδα"), "ΕΛΛΆΔΑ") +--- cases-content-text --- +// Check that cases are applied to text nested in content +#lower(box("HI!")) + +--- cases-content-symbol --- +// Check that cases are applied to symbols nested in content +#lower($H I !$.body) + --- upper-bad-type --- // Error: 8-9 expected string or content, found integer #upper(1) |
