typst-0.9: test/typ/compute/calc-28.out
--- parse tree ---
[ Comment
, SoftBreak
, Code
"typ/compute/calc-28.typ"
( line 2 , column 2 )
(FuncCall
(Ident (Identifier "test"))
[ NormalArg
(FuncCall
(FieldAccess
(Ident (Identifier "perm")) (Ident (Identifier "calc")))
[ NormalArg (Literal (Int 0)) , NormalArg (Literal (Int 0)) ])
, NormalArg (Literal (Int 1))
])
, SoftBreak
, Code
"typ/compute/calc-28.typ"
( line 3 , column 2 )
(FuncCall
(Ident (Identifier "test"))
[ NormalArg
(FuncCall
(FieldAccess
(Ident (Identifier "perm")) (Ident (Identifier "calc")))
[ NormalArg (Literal (Int 5)) , NormalArg (Literal (Int 3)) ])
, NormalArg (Literal (Int 60))
])
, SoftBreak
, Code
"typ/compute/calc-28.typ"
( line 4 , column 2 )
(FuncCall
(Ident (Identifier "test"))
[ NormalArg
(FuncCall
(FieldAccess
(Ident (Identifier "perm")) (Ident (Identifier "calc")))
[ NormalArg (Literal (Int 5)) , NormalArg (Literal (Int 5)) ])
, NormalArg (Literal (Int 120))
])
, SoftBreak
, Code
"typ/compute/calc-28.typ"
( line 5 , column 2 )
(FuncCall
(Ident (Identifier "test"))
[ NormalArg
(FuncCall
(FieldAccess
(Ident (Identifier "perm")) (Ident (Identifier "calc")))
[ NormalArg (Literal (Int 5)) , NormalArg (Literal (Int 6)) ])
, NormalArg (Literal (Int 0))
])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
text(body: [✅]),
text(body: [
]),
text(body: [✅]),
text(body: [
]),
text(body: [✅]),
text(body: [
]),
text(body: [✅]),
parbreak() })