From 06a925a0ee0e1e7b93428d8b4952512a2e48ed79 Mon Sep 17 00:00:00 2001 From: Tulio Martins <113527485+tulio240@users.noreply.github.com> Date: Thu, 30 May 2024 04:56:40 -0300 Subject: Add nested import syntax (#4228) Co-authored-by: LuizAugustoPapa Co-authored-by: PepinhoJp Co-authored-by: PgBiel <9021226+PgBiel@users.noreply.github.com> --- tests/suite/scripting/module.typ | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/suite/scripting/module.typ') diff --git a/tests/suite/scripting/module.typ b/tests/suite/scripting/module.typ index 8a67d225..8e388bfb 100644 --- a/tests/suite/scripting/module.typ +++ b/tests/suite/scripting/module.typ @@ -1,5 +1,6 @@ // SKIP // A file to import in import / include tests. +#import "modules/chap2.typ" #let a #let b = 1 -- cgit v1.2.3