diff options
| author | Laurenz <laurmaedje@gmail.com> | 2025-06-23 14:21:35 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2025-06-23 14:21:35 +0200 |
| commit | c1b2aee1a941f49d5eb8c04c9b19841dbeb1b27d (patch) | |
| tree | 082ade1c53c692cc8cd7334f53b81a618f1f494e /tests/suite | |
| parent | fbb02f40d96e0a9d41d19a575fca4d8e9c344119 (diff) | |
Test runner support for HTML export errors
Diffstat (limited to 'tests/suite')
| -rw-r--r-- | tests/suite/html/syntax.typ | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/suite/html/syntax.typ b/tests/suite/html/syntax.typ new file mode 100644 index 00000000..af671ef5 --- /dev/null +++ b/tests/suite/html/syntax.typ @@ -0,0 +1,3 @@ +--- html-non-char html --- +// Error: 1-9 the character `"\u{fdd0}"` cannot be encoded in HTML +\u{fdd0} |
