diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-02-12 18:58:39 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-02-12 19:57:28 +0100 |
| commit | 3ffa7393f0632d9ee5dd9c821685a1a033d5c0ab (patch) | |
| tree | af09b0683352c4028436a2e5251dce54cf41d4aa /tests/typ/compiler/construct.typ | |
| parent | f4856c18b9cf3f6952276cc61b557aebeb2fa651 (diff) | |
Make all nodes block-level
Diffstat (limited to 'tests/typ/compiler/construct.typ')
| -rw-r--r-- | tests/typ/compiler/construct.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/compiler/construct.typ b/tests/typ/compiler/construct.typ index 161827cb..53fcfefb 100644 --- a/tests/typ/compiler/construct.typ +++ b/tests/typ/compiler/construct.typ @@ -22,7 +22,7 @@ --- // The inner rectangle should not be yellow here. -A #rect(fill: yellow, inset: 5pt, rect()) B +A #box(rect(fill: yellow, inset: 5pt, rect())) B --- // The constructor property should still work |
