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/modules/chap2.typ | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/suite/scripting/modules') diff --git a/tests/suite/scripting/modules/chap2.typ b/tests/suite/scripting/modules/chap2.typ index 9c9d12d7..f1a886d6 100644 --- a/tests/suite/scripting/modules/chap2.typ +++ b/tests/suite/scripting/modules/chap2.typ @@ -1,4 +1,5 @@ // SKIP +#import "chap1.typ" #let name = "Klaus" == Chapter 2 -- cgit v1.2.3