summaryrefslogtreecommitdiff
path: root/tests/typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-08-14 15:24:59 +0200
committerLaurenz <laurmaedje@gmail.com>2021-08-14 15:55:39 +0200
commit6ae6d86b9c6fefe6c5379ac1b20ea90634c09c81 (patch)
tree2504c3b46807be148b9efbadf9b23e57bb77b8f3 /tests/typ
parentfcb4e451186067cdf6efe3c14cbfa7561b366a6c (diff)
Separate type for string values
Diffstat (limited to 'tests/typ')
-rw-r--r--tests/typ/utility/math.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/utility/math.typ b/tests/typ/utility/math.typ
index 3718866b..05c3639f 100644
--- a/tests/typ/utility/math.typ
+++ b/tests/typ/utility/math.typ
@@ -13,5 +13,5 @@
#min()
---
-// Error: 10-19 cannot compare integer with string
+// Error: 14-18 cannot compare integer with string
#test(min(1, "hi"), error)