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/visualize/shape-square.typ | |
| parent | f4856c18b9cf3f6952276cc61b557aebeb2fa651 (diff) | |
Make all nodes block-level
Diffstat (limited to 'tests/typ/visualize/shape-square.typ')
| -rw-r--r-- | tests/typ/visualize/shape-square.typ | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/typ/visualize/shape-square.typ b/tests/typ/visualize/shape-square.typ index 8ac9001f..cb6552e4 100644 --- a/tests/typ/visualize/shape-square.typ +++ b/tests/typ/visualize/shape-square.typ @@ -2,8 +2,8 @@ --- // Default square. -#square() -#square[hey!] +#box(square()) +#box(square[hey!]) --- // Test auto-sized square. @@ -15,7 +15,7 @@ --- // Test relative-sized child. #square(fill: eastern)[ - #rect(width: 10pt, height: 5pt, fill: conifer) \ + #rect(width: 10pt, height: 5pt, fill: conifer) #rect(width: 40%, height: 5pt, stroke: conifer) ] |
