summaryrefslogtreecommitdiff
path: root/tests/suite
diff options
context:
space:
mode:
authorMax <me@mkor.je>2024-09-26 11:40:25 +0000
committerGitHub <noreply@github.com>2024-09-26 11:40:25 +0000
commitf8f95e5c21352937a0771cd158d0202b552d277e (patch)
treecf56edc58a9735bdbfcf3314337b96ed017d1f5a /tests/suite
parent320c28844f4e2686ab1bedfc507c9c7babafed63 (diff)
Extend hint for unknown variables in math (#5038)
Diffstat (limited to 'tests/suite')
-rw-r--r--tests/suite/math/call.typ6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/suite/math/call.typ b/tests/suite/math/call.typ
index 03747f58..bd66c400 100644
--- a/tests/suite/math/call.typ
+++ b/tests/suite/math/call.typ
@@ -81,6 +81,12 @@ $
bx(x y) &&quad bx(x (y z)) &quad bx(x y^z) \
$
+--- math-call-unknown-var-hint ---
+// Error: 4-6 unknown variable: ab
+// Hint: 4-6 if you meant to display multiple letters as is, try adding spaces between each letter: `a b`
+// Hint: 4-6 or if you meant to display this as text, try placing it in quotes: `"ab"`
+$ 5ab $
+
--- issue-3774-math-call-empty-2d-args ---
$ mat(;,) $
// Add some whitespace/trivia: