From 2db4b603db7684db7105d7ed627883b5cef6d497 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 14 Apr 2022 13:23:40 +0200 Subject: Fix bug with enums starting at zero --- tests/typ/structure/enum.typ | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/typ/structure/enum.typ') diff --git a/tests/typ/structure/enum.typ b/tests/typ/structure/enum.typ index 31eb0d62..c4d178ce 100644 --- a/tests/typ/structure/enum.typ +++ b/tests/typ/structure/enum.typ @@ -1,9 +1,7 @@ // Test enums. --- -. Embrace -. Extend -. Extinguish +#enum[Embrace][Extend][Extinguish] --- 1. First. -- cgit v1.2.3