summaryrefslogtreecommitdiff
path: root/tests/typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-04-03 20:54:55 +0200
committerLaurenz <laurmaedje@gmail.com>2021-04-03 21:12:32 +0200
commita86cf7bd8c58b0ec26f8f53eb90f0dc6c95a1070 (patch)
tree0195d4b30fd52625175ec71ba785ae4510615766 /tests/typ
parentbfbbe8dcf8881d276c3db05aea99f7da915edde2 (diff)
Refresh all reference images ✅
Diffstat (limited to 'tests/typ')
-rw-r--r--tests/typ/library/paragraph.typ1
-rw-r--r--tests/typ/library/rect.typ2
-rw-r--r--tests/typ/markup/basic.typ2
3 files changed, 3 insertions, 2 deletions
diff --git a/tests/typ/library/paragraph.typ b/tests/typ/library/paragraph.typ
index 74fb8189..a26aed84 100644
--- a/tests/typ/library/paragraph.typ
+++ b/tests/typ/library/paragraph.typ
@@ -3,6 +3,7 @@
---
// Test configuring paragraph properties.
+// FIXME: Word spacing doesn't work due to new shaping process.
#par(spacing: 10pt, leading: 25%, word-spacing: 1pt)
But, soft! what light through yonder window breaks? It is the east, and Juliet
diff --git a/tests/typ/library/rect.typ b/tests/typ/library/rect.typ
index 40713411..9acb0975 100644
--- a/tests/typ/library/rect.typ
+++ b/tests/typ/library/rect.typ
@@ -19,7 +19,7 @@
// Not visible, but creates a gap between the boxes above and below
// due to line spacing.
-#rect(width: 2in, fill: #ff0000)
+#rect(width: 1in, fill: #ff0000)
// These are in a row!
#rect(width: 0.5in, height: 10pt, fill: #D6CD67)
diff --git a/tests/typ/markup/basic.typ b/tests/typ/markup/basic.typ
index 3e83b911..bfe3d2cb 100644
--- a/tests/typ/markup/basic.typ
+++ b/tests/typ/markup/basic.typ
@@ -3,7 +3,7 @@
---
#let linebreak() = [
// Inside the old line break definition is still active.
- #circle(radius: 2pt, fill: #000) \
+ #square(length: 3pt, fill: #000) \
]
A \ B \ C