summaryrefslogtreecommitdiff
path: root/tests/typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ')
-rw-r--r--tests/typ/utility/collection.typ2
-rw-r--r--tests/typ/utility/math.typ2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/utility/collection.typ b/tests/typ/utility/collection.typ
index a97184d3..92ec2867 100644
--- a/tests/typ/utility/collection.typ
+++ b/tests/typ/utility/collection.typ
@@ -19,7 +19,7 @@
#len()
---
-// Error: 6-10 expected string, array or dictionary
+// Error: 6-10 expected string, array or dictionary, found length
#len(12pt)
---
diff --git a/tests/typ/utility/math.typ b/tests/typ/utility/math.typ
index aeb0d6ad..7217babe 100644
--- a/tests/typ/utility/math.typ
+++ b/tests/typ/utility/math.typ
@@ -16,7 +16,7 @@
#abs(10pt + 50%)
---
-// Error: 6-17 expected numeric value
+// Error: 6-17 expected numeric value, found string
#abs("no number")
---