summaryrefslogtreecommitdiff
path: root/tests/typ/markup
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-06-26 15:47:37 +0200
committerLaurenz <laurmaedje@gmail.com>2021-06-26 15:47:37 +0200
commitd53c933e4d56e6c0484d81814779ddb1597ee032 (patch)
tree493aa2f8397a26b11a1137d2882994686b5ac7de /tests/typ/markup
parent784018124d13a4cfb050b8bf1fecd283cdc309db (diff)
Add box and block functions
Diffstat (limited to 'tests/typ/markup')
-rw-r--r--tests/typ/markup/emph.typ2
-rw-r--r--tests/typ/markup/heading.typ2
-rw-r--r--tests/typ/markup/strong.typ2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/typ/markup/emph.typ b/tests/typ/markup/emph.typ
index 048097a1..77ac2c72 100644
--- a/tests/typ/markup/emph.typ
+++ b/tests/typ/markup/emph.typ
@@ -8,4 +8,4 @@ _Emphasized!_
Partly em_phas_ized.
// Scoped to body.
-#rect[_Scoped] to body.
+#box[_Scoped] to body.
diff --git a/tests/typ/markup/heading.typ b/tests/typ/markup/heading.typ
index cffa6ed4..8787d959 100644
--- a/tests/typ/markup/heading.typ
+++ b/tests/typ/markup/heading.typ
@@ -18,7 +18,7 @@
// Parsed as headings if at start of the context.
/**/ # Level 1
{[## Level 2]}
-#rect[### Level 3]
+#box[### Level 3]
// Not at the start of the context.
No # heading
diff --git a/tests/typ/markup/strong.typ b/tests/typ/markup/strong.typ
index 36695c48..d396cc2d 100644
--- a/tests/typ/markup/strong.typ
+++ b/tests/typ/markup/strong.typ
@@ -8,4 +8,4 @@
Partly str*ength*ened.
// Scoped to body.
-#rect[*Scoped] to body.
+#box[*Scoped] to body.