summaryrefslogtreecommitdiff
path: root/tests/typ/code/target.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/target.typ
parent00ac68b8451179468aa39cba0d7fbea1ee20e0a1 (diff)
Test cases for include and import
Diffstat (limited to 'tests/typ/code/target.typ')
-rw-r--r--tests/typ/code/target.typ12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/typ/code/target.typ b/tests/typ/code/target.typ
new file mode 100644
index 00000000..12a5ff8b
--- /dev/null
+++ b/tests/typ/code/target.typ
@@ -0,0 +1,12 @@
+// A file to import in import / include tests.
+// Ref: false
+
+#let a
+#let b = 1
+#let c = 2
+#let d = 3
+#let value = [hi]
+#let item(a, b) = a + b
+#let fn(body) = rect(fill: conifer, pad(5pt, body))
+
+Some _includable_ text.