diff options
Diffstat (limited to 'tests/typ/structure/enum.typ')
| -rw-r--r-- | tests/typ/structure/enum.typ | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/typ/structure/enum.typ b/tests/typ/structure/enum.typ index 24c28147..31eb0d62 100644 --- a/tests/typ/structure/enum.typ +++ b/tests/typ/structure/enum.typ @@ -47,6 +47,10 @@ ) --- +// Lone dot is not a list. +. + +--- // Error: 18-20 invalid pattern #set enum(label: "") |
