diff options
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 |
