diff options
Diffstat (limited to 'tests/typ/code/include.typ')
| -rw-r--r-- | tests/typ/code/include.typ | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/typ/code/include.typ b/tests/typ/code/include.typ index 1e5d5827..3510cb06 100644 --- a/tests/typ/code/include.typ +++ b/tests/typ/code/include.typ @@ -26,3 +26,7 @@ // The variables of the file should not appear in this scope. // Error: 1-6 unknown variable #name + +--- +// Error: 18 expected semicolon or line break +#include "hi.typ" Hi |
