diff options
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( |
