diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-01-28 20:17:30 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-01-28 20:17:30 +0100 |
| commit | 3a07603b66fab6b343b34156f4a3a6015e2d69e1 (patch) | |
| tree | 8abfbc80d3d5ceaf8921f64e7b358afe85a63421 /tests | |
| parent | 76b1d4a93f6d045901f17db46d82a97c9f407703 (diff) | |
Remove unnecessary group
Diffstat (limited to 'tests')
| -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 |
