diff options
| author | Ian Wrzesinski <133046678+wrzian@users.noreply.github.com> | 2024-04-19 10:31:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-19 14:31:45 +0000 |
| commit | 45245f069570cbbc63eb4120bf5dbb778b7175ef (patch) | |
| tree | 8494e581a15b668650c158399684057d8539dd7b /tests/suite/math/syntax.typ | |
| parent | d65d9d0fe648415bb61e90042c3a98d865391b95 (diff) | |
Fix empty 2-d math args with whitespace/trivia (#3786)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'tests/suite/math/syntax.typ')
| -rw-r--r-- | tests/suite/math/syntax.typ | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/suite/math/syntax.typ b/tests/suite/math/syntax.typ index fcb8b89e..cd1124c3 100644 --- a/tests/suite/math/syntax.typ +++ b/tests/suite/math/syntax.typ @@ -1,16 +1,10 @@ // Test math syntax. ---- math-call-non-func --- -$ pi(a) $ -$ pi(a,) $ -$ pi(a,b) $ -$ pi(a,b,) $ - --- math-unicode --- // Test Unicode math. $ ∑_(i=0)^ℕ a ∘ b = \u{2211}_(i=0)^NN a compose b $ ---- math-shorthandes --- +--- math-shorthands --- // Test a few shorthands. $ underline(f' : NN -> RR) \ n |-> cases( |
