diff options
| author | Laurenz <laurmaedje@gmail.com> | 2025-02-25 12:31:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-25 11:31:15 +0000 |
| commit | 225e845021b9cfb37e6dc719c8bc85ccdc1ff69f (patch) | |
| tree | e4794294a2a9a7d63bbf887d7796002e23ce6d29 /tests/suite/html/elem.typ | |
| parent | 36d83c8c092e7984eaa03dbecc1083f49da13129 (diff) | |
Fix introspection of HTML root sibling metadata (#5953)
Diffstat (limited to 'tests/suite/html/elem.typ')
| -rw-r--r-- | tests/suite/html/elem.typ | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/suite/html/elem.typ b/tests/suite/html/elem.typ index 81ab9457..b416fdf9 100644 --- a/tests/suite/html/elem.typ +++ b/tests/suite/html/elem.typ @@ -5,3 +5,11 @@ // Error: 2-19 `<html>` element must be the only element in the document #html.elem("html") Text + +--- html-elem-metadata html --- +#html.elem("html", context { + let val = query(<l>).first().value + test(val, "Hi") + val +}) +#metadata("Hi") <l> |
