diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-02-21 15:11:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-21 14:11:35 +0000 |
| commit | 56ecd6c806ab32a7cca5289500504e398198d283 (patch) | |
| tree | 1b6fd1b34922d2877a714398beedb20f3e6cd317 /tests/typ/math | |
| parent | 23756f9e8b0e3bf5b3e1126f681024575cca4529 (diff) | |
Wider callsite span (#3466)
Diffstat (limited to 'tests/typ/math')
| -rw-r--r-- | tests/typ/math/frac.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/math/frac.typ b/tests/typ/math/frac.typ index 0252f430..fc7dd14b 100644 --- a/tests/typ/math/frac.typ +++ b/tests/typ/math/frac.typ @@ -21,7 +21,7 @@ $ binom(circle, square) $ $ binom(n, k_1, k_2, k_3) $ --- -// Error: 8-13 missing argument: lower +// Error: 3-13 missing argument: lower $ binom(x^2) $ --- |
