diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-02-02 14:27:31 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-02-02 14:27:31 +0100 |
| commit | bb12624e8e970915e41363809139f168d4c545c6 (patch) | |
| tree | 33787a13e8c1e03377d7044d9b5d703d791fc6a0 /tests/typ/basics/enum.typ | |
| parent | 5f5c65927982447133b625edea3f5c9bab4f9e3d (diff) | |
Fix heading and list markers
Diffstat (limited to 'tests/typ/basics/enum.typ')
| -rw-r--r-- | tests/typ/basics/enum.typ | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/typ/basics/enum.typ b/tests/typ/basics/enum.typ index 02eb03c2..fd845c2b 100644 --- a/tests/typ/basics/enum.typ +++ b/tests/typ/basics/enum.typ @@ -55,9 +55,10 @@ + B --- -// Lone plus is not an enum. +// Edge cases. + -No enum +Empty ++Nope --- // Error: 22-24 invalid numbering pattern |
