diff options
| author | Sharzy <me@sharzy.in> | 2025-02-25 00:35:13 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-24 16:35:13 +0000 |
| commit | 36d83c8c092e7984eaa03dbecc1083f49da13129 (patch) | |
| tree | 48dfeaa213fcf51f16a7b8324a72d856d36872bb /tests/suite | |
| parent | 3744c99b07f97a954a8468bef5fdb08c5c7914d7 (diff) | |
HTML export: fix elem counting on classify_output (#5910)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'tests/suite')
| -rw-r--r-- | tests/suite/html/elem.typ | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/suite/html/elem.typ b/tests/suite/html/elem.typ new file mode 100644 index 00000000..81ab9457 --- /dev/null +++ b/tests/suite/html/elem.typ @@ -0,0 +1,7 @@ +--- html-elem-alone-context html --- +#context html.elem("html") + +--- html-elem-not-alone html --- +// Error: 2-19 `<html>` element must be the only element in the document +#html.elem("html") +Text |
