summaryrefslogtreecommitdiff
path: root/tests/typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ')
-rw-r--r--tests/typ/compute/calc.typ4
-rw-r--r--tests/typ/text/lorem.typ2
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/typ/compute/calc.typ b/tests/typ/compute/calc.typ
index 67579493..ee063707 100644
--- a/tests/typ/compute/calc.typ
+++ b/tests/typ/compute/calc.typ
@@ -77,7 +77,7 @@
#test(calc.min("hi"), "hi")
---
-// Error: 10-12 missing argument: value
+// Error: 10-12 expected at least one value
#calc.min()
---
@@ -109,5 +109,5 @@
#range(4, step: "one")
---
-// Error: 18-19 step must not be zero
+// Error: 18-19 number must be positive
#range(10, step: 0)
diff --git a/tests/typ/text/lorem.typ b/tests/typ/text/lorem.typ
index 944fd5be..92dfbba4 100644
--- a/tests/typ/text/lorem.typ
+++ b/tests/typ/text/lorem.typ
@@ -28,5 +28,5 @@
}
---
-// Error: 7-9 missing argument: number of words
+// Error: 7-9 missing argument: words
#lorem()