summaryrefslogtreecommitdiff
path: root/tests/typ/compute
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-12-15 22:51:55 +0100
committerLaurenz <laurmaedje@gmail.com>2022-12-15 23:11:20 +0100
commitb6202b646a0d5ecced301d9bac8bfcaf977d7ee4 (patch)
tree7d42cb50f9e66153e7e8b2217009684e25f54f42 /tests/typ/compute
parentf3980c704544a464f9729cc8bc9f97d3a7454769 (diff)
Reflection for castables
Diffstat (limited to 'tests/typ/compute')
-rw-r--r--tests/typ/compute/utility.typ4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/compute/utility.typ b/tests/typ/compute/utility.typ
index cfc2e8af..c99c0858 100644
--- a/tests/typ/compute/utility.typ
+++ b/tests/typ/compute/utility.typ
@@ -41,9 +41,9 @@
}
---
-// Error: 17-18 must be positive
+// Error: 17-18 number must be positive
#numbering("1", 0)
---
-// Error: 17-19 must be positive
+// Error: 17-19 number must be positive
#numbering("1", -1)