diff options
Diffstat (limited to 'tests/typ/compute/construct.typ')
| -rw-r--r-- | tests/typ/compute/construct.typ | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/typ/compute/construct.typ b/tests/typ/compute/construct.typ index 50fa4e3e..80fa9a2b 100644 --- a/tests/typ/compute/construct.typ +++ b/tests/typ/compute/construct.typ @@ -17,8 +17,7 @@ --- // Test gray color conversion. // Ref: true -#rect(fill: luma(0)) -#rect(fill: luma(80%)) +#stack(dir: ltr, rect(fill: luma(0)), rect(fill: luma(80%))) --- // Error for values that are out of range. |
