diff options
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/structure/enum.typ | 4 | ||||
| -rw-r--r-- | tests/typ/structure/list.typ | 5 |
2 files changed, 9 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: "") diff --git a/tests/typ/structure/list.typ b/tests/typ/structure/list.typ index 67be1628..a01a90dd 100644 --- a/tests/typ/structure/list.typ +++ b/tests/typ/structure/list.typ @@ -49,3 +49,8 @@ paragraphs. // This doesn't work because of mixed tabs and spaces. - A with 2 spaces - B with 2 tabs + +--- +#set list(label: [-]) +- Bare hyphen +- is not a list |
