blob: 3963c9c873588cf9b3f741685917b17679b5a3ca (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
// Test top and bottom attachments.
---
// Test basics.
$f_x + t^b + V_1^2
+ attach(A, top: alpha, bottom: beta)$
---
// Test function call after subscript.
$pi_1(Y), a_f(x), a^zeta(x) \
a^subset.eq(x), a_(zeta(x)), pi_(1(Y))$
---
// Test associativity and scaling.
$ 1/(V^2^3^4^5) $
---
// Test high subscript and superscript.
$sqrt(a_(1/2)^zeta)$
$sqrt(a_alpha^(1/2))$
$sqrt(a_(1/2)^(3/4))$
---
// Test frame base.
$ (-1)^n + (1/2 + 3)^(-1/2) $
---
// Test limit.
$ lim_(n->oo \ n "grows") sum_(k=0 \ k in NN)^n k $
---
// Test forcing scripts and limits.
$ limits(A)_1^2 != A_1^2 $
$ scripts(sum)_1^2 != sum_1^2 $
$ limits(integral)_a^b != integral_a^b $
|