diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-06-10 16:46:01 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-06-10 16:46:01 +0200 |
| commit | 5611c26577c4cf6d52b9b66b7b1a32253aa23ec1 (patch) | |
| tree | b06a64845ef691700aed7fd0ed1e22dd064cc742 /tests/typ/library/stack.typ | |
| parent | bce553a991f19b2b5bb9efef6b74bd12e15a10c6 (diff) | |
Restructure tests
Diffstat (limited to 'tests/typ/library/stack.typ')
| -rw-r--r-- | tests/typ/library/stack.typ | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/typ/library/stack.typ b/tests/typ/library/stack.typ deleted file mode 100644 index d03a95c8..00000000 --- a/tests/typ/library/stack.typ +++ /dev/null @@ -1,9 +0,0 @@ -// Test the `stack` function. - ---- -#let rect(width, color) = rect(width: width, height: 1cm, fill: color) -#stack( - rect(2cm, #2a631a), - rect(3cm, forest), - rect(1cm, conifer), -) |
