summaryrefslogtreecommitdiff
path: root/tests/typ/compiler/include.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-01-31 15:05:42 +0100
committerLaurenz <laurmaedje@gmail.com>2023-01-31 15:05:42 +0100
commitec05ed7e0646d1e8ff76677d0332ddf93ed57b69 (patch)
tree75f57cbc2380591ef6c4f30d71e018e3cd001e19 /tests/typ/compiler/include.typ
parent9a99beec94a5b02aa91a363b299d4795ef52c0fa (diff)
Move assets
Diffstat (limited to 'tests/typ/compiler/include.typ')
-rw-r--r--tests/typ/compiler/include.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/compiler/include.typ b/tests/typ/compiler/include.typ
index a655e9f2..fa2e84c0 100644
--- a/tests/typ/compiler/include.typ
+++ b/tests/typ/compiler/include.typ
@@ -6,7 +6,7 @@
= Document
// Include a file
-#include "/typ/compiler/modules/chap1.typ"
+#include "modules/chap1.typ"
// Expression as a file name.
#let chap2 = include "modu" + "les/chap" + "2.typ"