diff options
Diffstat (limited to 'tests/typ/visualize')
| -rw-r--r-- | tests/typ/visualize/shape-fill-stroke.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/visualize/shape-fill-stroke.typ b/tests/typ/visualize/shape-fill-stroke.typ index 0edbd551..24168769 100644 --- a/tests/typ/visualize/shape-fill-stroke.typ +++ b/tests/typ/visualize/shape-fill-stroke.typ @@ -16,7 +16,7 @@ variant(fill: forest, stroke: black + 2pt), variant(fill: forest, stroke: conifer + 2pt), ) { - (align(horizon)[#{i + 1}.], item, []) + (align(horizon)[#(i + 1).], item, []) } #grid( |
