summaryrefslogtreecommitdiff
path: root/tests/typ/code/importable/cycle1.typ
diff options
context:
space:
mode:
authorMartin Haug <mhaug@live.de>2021-05-31 17:19:46 +0200
committerLaurenz <laurmaedje@gmail.com>2021-05-31 22:33:40 +0200
commit37e08460377498165f421a522cb4eb1bb4e246b7 (patch)
tree0480965d5497721db1f97d83057902fc2e2e719e /tests/typ/code/importable/cycle1.typ
parent00ac68b8451179468aa39cba0d7fbea1ee20e0a1 (diff)
Test cases for include and import
Diffstat (limited to 'tests/typ/code/importable/cycle1.typ')
-rw-r--r--tests/typ/code/importable/cycle1.typ7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/typ/code/importable/cycle1.typ b/tests/typ/code/importable/cycle1.typ
new file mode 100644
index 00000000..e251686d
--- /dev/null
+++ b/tests/typ/code/importable/cycle1.typ
@@ -0,0 +1,7 @@
+// Ref: false
+
+// Error: 9-21 cyclic import
+#import "cycle2.typ" using *
+#let inaccessible = "wow"
+
+This is the first element of an import cycle.