diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-07-10 20:42:28 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-07-10 23:14:46 +0200 |
| commit | 891e0c5fa6cd9200c24011c33b6f2115d84d4d74 (patch) | |
| tree | 3ea29dff87350d3d2020cdbb48b7acd01a33a1a2 /tests/typ/text | |
| parent | 982ce85976913463eed6c95d3599868c5e1a79dd (diff) | |
Remove warnings from parsing and casting
Diffstat (limited to 'tests/typ/text')
| -rw-r--r-- | tests/typ/text/font.typ | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/typ/text/font.typ b/tests/typ/text/font.typ index a349eae4..0f64e244 100644 --- a/tests/typ/text/font.typ +++ b/tests/typ/text/font.typ @@ -64,12 +64,6 @@ Emoji: 🐪, 🌋, 🏞 // Error: 43-44 expected string or array of strings, found integer #font(style: bold, weight: "thin", serif: 0)[] -// Warning: 15-19 should be between 100 and 900 -#font(weight: 2700)[] - -// Warning: 16-21 should be between 50% and 200% -#font(stretch: 1000%)[] - // Error: 7-27 unexpected argument #font(something: "invalid")[] |
