summaryrefslogtreecommitdiff
path: root/tests/suite
diff options
context:
space:
mode:
authorIan Wrzesinski <wrzian@umich.edu>2024-07-29 00:25:03 -0500
committerIan Wrzesinski <wrzian@umich.edu>2025-01-23 16:28:29 -0500
commit7838da02ec8a9ffbdfa61ed3dfedb24557a0e49c (patch)
tree4be8794e2fd9617db92c50bfb90f8cd8a054f59e /tests/suite
parentfecdc39846959e0dae12e51282bb35d3d417547e (diff)
Add SymbolElem to realization
Diffstat (limited to 'tests/suite')
-rw-r--r--tests/suite/text/case.typ8
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)