diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-11-26 12:49:30 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-11-26 12:51:15 +0100 |
| commit | 3cdd8bfa40fe5fdf0c676af905c3c2c1f614ef24 (patch) | |
| tree | fe837d4a30bcad673f581fab18fd946364a60ef3 /tests | |
| parent | bf5edbbbbb75120d065d1c9587ccfa4eed4fdca1 (diff) | |
Extract numbering pattern from list node
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/typ/structure/enum.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/structure/enum.typ b/tests/typ/structure/enum.typ index 4ff13ff4..40aad625 100644 --- a/tests/typ/structure/enum.typ +++ b/tests/typ/structure/enum.typ @@ -57,9 +57,9 @@ No enum --- -// Error: 18-20 invalid pattern +// Error: 18-20 invalid numbering pattern #set enum(label: "") --- -// Error: 18-24 invalid pattern +// Error: 18-24 invalid numbering pattern #set enum(label: "(())") |
