From 0efe669278a5e1c3f2985eba2f3360e91159c54a Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 29 Nov 2022 13:37:25 +0100 Subject: Reorganize library and tests --- tests/typ/code/include.typ | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 tests/typ/code/include.typ (limited to 'tests/typ/code/include.typ') diff --git a/tests/typ/code/include.typ b/tests/typ/code/include.typ deleted file mode 100644 index e862adac..00000000 --- a/tests/typ/code/include.typ +++ /dev/null @@ -1,32 +0,0 @@ -// Test module includes. - ---- -#set page(width: 200pt) - -= Document - -// Include a file -#include "/typ/code/importable/chap1.typ" - -// Expression as a file name. -#let chap2 = include "import" + "able/chap" + "2.typ" - --- _Intermission_ -- -#chap2 - ---- -{ - // Error: 19-41 file not found (searched at typ/code/importable/chap3.typ) - let x = include "importable/chap3.typ" -} - ---- -#include "importable/chap1.typ" - -// 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