diff options
| author | Martin <mhaug@live.de> | 2021-06-27 18:30:25 +0200 |
|---|---|---|
| committer | Martin Haug <mhaug@live.de> | 2021-06-27 18:58:28 +0200 |
| commit | 6f518c172805b6ac067a692eb8971c7ec1e50608 (patch) | |
| tree | be1dfb1bfae7cd6ca598863c1c4575ccaefc5b03 /tests | |
| parent | 9bd8b7ddac046f581dc750e148147901d08cb0f4 (diff) | |
Adjust comments
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Update tests/typ/layout/stack.typ
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/typ/layout/stack.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/layout/stack.typ b/tests/typ/layout/stack.typ index 50ed1eb1..89e587c7 100644 --- a/tests/typ/layout/stack.typ +++ b/tests/typ/layout/stack.typ @@ -9,9 +9,9 @@ ) --- +// Test overflowing stack. #let rect(width, color) = rect(width: 1cm, height: 0.4cm, fill: color) -// This stack overflows. #box(height: 0.5cm, stack( rect(3cm, forest), rect(1cm, conifer), |
