summaryrefslogtreecommitdiff
path: root/tests/typ/compiler/call.typ
diff options
context:
space:
mode:
authorLeedehai <18319900+Leedehai@users.noreply.github.com>2023-04-19 07:26:55 -0400
committerGitHub <noreply@github.com>2023-04-19 13:26:55 +0200
commitdc3017955a67e5509f6bc33cb9b4833806da4c22 (patch)
tree364304f23268107cb0443fc0037a86bd4136d9ef /tests/typ/compiler/call.typ
parente4b09d417e9bfc2c0011299272f33c6861e96a6f (diff)
Give more specific error messages (#881)
Diffstat (limited to 'tests/typ/compiler/call.typ')
-rw-r--r--tests/typ/compiler/call.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/compiler/call.typ b/tests/typ/compiler/call.typ
index f78dec20..04eb2906 100644
--- a/tests/typ/compiler/call.typ
+++ b/tests/typ/compiler/call.typ
@@ -44,7 +44,7 @@
}
---
-// Error: 26-30 duplicate argument
+// Error: 26-30 duplicate argument: font
#set text(font: "Arial", font: "Helvetica")
---