diff options
Diffstat (limited to 'tests/typ/basics/terms.typ')
| -rw-r--r-- | tests/typ/basics/terms.typ | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/tests/typ/basics/terms.typ b/tests/typ/basics/terms.typ index 204defbf..57864423 100644 --- a/tests/typ/basics/terms.typ +++ b/tests/typ/basics/terms.typ @@ -1,11 +1,6 @@ // Test term list. --- -/ -No: list \ -/No: list - ---- // Test with constructor. #terms( ([One], [First]), @@ -46,3 +41,12 @@ No: list \ / A: One letter / BB: Two letters / CCC: Three letters + +--- +/ Term: +Not in list +/Nope + +--- +// Error: 8 expected colon +/ Hello |
