diff options
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: "(())") |
