From 028632a3a10202ee21eaaf7ecf13ca7fe331106e Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 17 Feb 2023 16:32:48 +0100 Subject: Fix error handling after hashtag --- tests/typ/visualize/shape-fill-stroke.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/typ/visualize') 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( -- cgit v1.2.3