From a5c88c19b300c64fafd6a19e3f5f2fe6422a7b67 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 27 Mar 2023 11:58:17 +0200 Subject: Fix enum parsing and allow zero in numberings Fixes #353. --- tests/typ/layout/enum.typ | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'tests/typ/layout/enum.typ') diff --git a/tests/typ/layout/enum.typ b/tests/typ/layout/enum.typ index 9512e1b5..341afed4 100644 --- a/tests/typ/layout/enum.typ +++ b/tests/typ/layout/enum.typ @@ -4,6 +4,7 @@ #enum[Embrace][Extend][Extinguish] --- +0. Before first! 1. First. 2. Indented @@ -21,8 +22,15 @@ + Numbered List / Term: List +--- +// In the line. +1.2 \ +This is 0. \ +See 0.3. \ + --- // Edge cases. + -Empty -+Nope +Empty \ ++Nope \ +a + 0. -- cgit v1.2.3