diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-05-24 16:58:51 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-05-24 16:58:51 +0200 |
| commit | 017027bf392f7be2e73428fa34a3d1ef0b8d255e (patch) | |
| tree | 55d862cc8c987c0b842ad063df653f97606f6d73 /tests/typ/math/syntax.typ | |
| parent | b9d03be9755dae7f439763d181ec0c55a1e4c3d6 (diff) | |
Rework delimiter errors
Fixes #572
Diffstat (limited to 'tests/typ/math/syntax.typ')
| -rw-r--r-- | tests/typ/math/syntax.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/math/syntax.typ b/tests/typ/math/syntax.typ index 8970fc93..503d3031 100644 --- a/tests/typ/math/syntax.typ +++ b/tests/typ/math/syntax.typ @@ -18,5 +18,5 @@ $ underline(f' : NN -> RR) \ $ dot \ dots \ ast \ tilde \ star $ --- -// Error: 1:3 expected dollar sign +// Error: 1-2 unclosed delimiter $a |
