diff options
Diffstat (limited to 'tests/typ/markup/basic.typ')
| -rw-r--r-- | tests/typ/markup/basic.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/markup/basic.typ b/tests/typ/markup/basic.typ index 3e83b911..bfe3d2cb 100644 --- a/tests/typ/markup/basic.typ +++ b/tests/typ/markup/basic.typ @@ -3,7 +3,7 @@ --- #let linebreak() = [ // Inside the old line break definition is still active. - #circle(radius: 2pt, fill: #000) \ + #square(length: 3pt, fill: #000) \ ] A \ B \ C |
