diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-03-07 15:17:13 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-03-07 15:17:13 +0100 |
| commit | 25b5bd117529cd04bb789e1988eb3a3db8025a0e (patch) | |
| tree | 2fbb4650903123da047a1f1f11a0abda95286e12 /tests/typ/text | |
| parent | 6ab7760822ccd24b4ef126d4737d41f1be15fe19 (diff) | |
Fully untyped model
Diffstat (limited to 'tests/typ/text')
| -rw-r--r-- | tests/typ/text/edge.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/text/edge.typ b/tests/typ/text/edge.typ index 802c0ddb..8c4c4a57 100644 --- a/tests/typ/text/edge.typ +++ b/tests/typ/text/edge.typ @@ -17,9 +17,9 @@ #try(1pt + 0.3em, -0.15em) --- -// Error: 21-23 expected length, "ascender", "cap-height", "x-height", "baseline", or "descender", found array +// Error: 21-23 expected "ascender", "cap-height", "x-height", "baseline", "descender", or length, found array #set text(top-edge: ()) --- -// Error: 24-26 expected length, "ascender", "cap-height", "x-height", "baseline", or "descender" +// Error: 24-26 expected "ascender", "cap-height", "x-height", "baseline", "descender", or length #set text(bottom-edge: "") |
