diff options
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) |
