diff options
| author | Malo <57839069+MDLC01@users.noreply.github.com> | 2025-04-02 13:47:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-02 11:47:42 +0000 |
| commit | ed2106e28d4b0cc213a4789d5e59c59ad08e9f29 (patch) | |
| tree | 43d4da75aa1c0bc255078da68bd99bcaf4068e58 /tests | |
| parent | 417f5846b68777b8a4d3b9336761bd23c48a26b5 (diff) | |
Disallow empty font lists (#6049)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/suite/text/font.typ | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/suite/text/font.typ b/tests/suite/text/font.typ index 60a1cd94..6e21dfd2 100644 --- a/tests/suite/text/font.typ +++ b/tests/suite/text/font.typ @@ -149,3 +149,7 @@ The number 123. #set text(-1pt) a + +--- empty-text-font-array --- +// Error: 17-19 font fallback list must not be empty +#set text(font: ()) |
