summaryrefslogtreecommitdiff
path: root/tests/typ/code/include.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/code/include.typ')
-rw-r--r--tests/typ/code/include.typ4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/code/include.typ b/tests/typ/code/include.typ
index 0d1abc08..8a9d0a30 100644
--- a/tests/typ/code/include.typ
+++ b/tests/typ/code/include.typ
@@ -14,8 +14,8 @@
---
{
- // Error: 21-43 file not found
- let x = include "importable/chap3.typ"
+ // Error: 19-41 file not found
+ let x = include "importable/chap3.typ"
}
---