From 3a07603b66fab6b343b34156f4a3a6015e2d69e1 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 28 Jan 2022 20:17:30 +0100 Subject: Remove unnecessary group --- tests/typ/code/include.typ | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/typ/code/include.typ') 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 -- cgit v1.2.3