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/ref/html | |
| parent | 3744c99b07f97a954a8468bef5fdb08c5c7914d7 (diff) | |
HTML export: fix elem counting on classify_output (#5910)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'tests/ref/html')
| -rw-r--r-- | tests/ref/html/html-elem-alone-context.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ref/html/html-elem-alone-context.html b/tests/ref/html/html-elem-alone-context.html new file mode 100644 index 00000000..69e9da41 --- /dev/null +++ b/tests/ref/html/html-elem-alone-context.html @@ -0,0 +1,2 @@ +<!DOCTYPE html> +<html></html> |
