diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-03-27 16:09:26 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-03-27 16:09:26 +0200 |
| commit | c5fb34123cad86294887defe9571cd773e9ace99 (patch) | |
| tree | f9a718e7fd05a417326adc6c263711aee037b027 /tests/typ/math | |
| parent | 477275c0303ab98270255357df267b11be737fab (diff) | |
Fix parsing of unbalanced delimiters in math
Diffstat (limited to 'tests/typ/math')
| -rw-r--r-- | tests/typ/math/unbalanced.typ | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/typ/math/unbalanced.typ b/tests/typ/math/unbalanced.typ new file mode 100644 index 00000000..9eeb3bfc --- /dev/null +++ b/tests/typ/math/unbalanced.typ @@ -0,0 +1,6 @@ +// Test unbalanced delimiters. + +--- +$ 1/(2 (x) $ +$ 1_(2 y (x) () $ +$ 1/(2 y (x) (2(3)) $ |
