diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-12-09 21:22:23 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-12-09 21:22:23 +0100 |
| commit | c38d55614af0226be8eb3f3e1500da8b7be2fec8 (patch) | |
| tree | 88ab7d81cbb849d8592baf32a4e5de5a8c9e36ab /tests | |
| parent | cd089b6194c57b2e8dff70efaa7cbd53035f7327 (diff) | |
A few math fixes
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/typ/math/syntax.typ | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/typ/math/syntax.typ b/tests/typ/math/syntax.typ index 79c306a2..4500d91e 100644 --- a/tests/typ/math/syntax.typ +++ b/tests/typ/math/syntax.typ @@ -22,3 +22,7 @@ $ 1 + 2 = #{1 + 2} $ $ A sub:eq:not B $ ``` <table> + +--- +// Error: 8 expected closing paren +$ sum_( $ |
