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/utility | |
| parent | 982ce85976913463eed6c95d3599868c5e1a79dd (diff) | |
Remove warnings from parsing and casting
Diffstat (limited to 'tests/typ/utility')
| -rw-r--r-- | tests/typ/utility/color.typ | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/typ/utility/color.typ b/tests/typ/utility/color.typ index 131dbc9c..8f4c0522 100644 --- a/tests/typ/utility/color.typ +++ b/tests/typ/utility/color.typ @@ -8,8 +8,7 @@ // Alpha channel. #test(rgb(1.0, 0.0, 0.0, 0.5), rgb("ff000080")) -// Warning: 11-14 should be between 0.0 and 1.0 -// Warning: 16-20 should be between 0.0 and 1.0 +// Clamped. #test(rgb(-30, 15.5, 0.5), rgb("00ff80")) // Error: 11-15 missing argument: blue component |
