diff options
| author | Tulio Martins <113527485+tulio240@users.noreply.github.com> | 2024-05-30 04:56:40 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-30 07:56:40 +0000 |
| commit | 06a925a0ee0e1e7b93428d8b4952512a2e48ed79 (patch) | |
| tree | 02725b8b534eff798ba96949073edc6766f45fa6 /tests/suite/scripting/modules | |
| parent | 5f6d942519b36eb839a0a11e4ef3f1ea4013a8b5 (diff) | |
Add nested import syntax (#4228)
Co-authored-by: LuizAugustoPapa <luiz.papa@aluno.puc-rio.br>
Co-authored-by: PepinhoJp <pepinho.jp@gmail.com>
Co-authored-by: PgBiel <9021226+PgBiel@users.noreply.github.com>
Diffstat (limited to 'tests/suite/scripting/modules')
| -rw-r--r-- | tests/suite/scripting/modules/chap2.typ | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
