typst-0.9: test/typ/regression/issue2.out
--- parse tree ---
[ Equation
False
[ Code
"typ/regression/issue2.typ"
( line 1 , column 2 )
(FuncCall
(Ident (Identifier "lr"))
[ BlockArg
[ Code
"typ/regression/issue2.typ"
( line 1 , column 6 )
(FieldAccess
(Ident (Identifier "alpha")) (Ident (Identifier "sym")))
, Code
"typ/regression/issue2.typ"
( line 1 , column 16 )
(FieldAccess
(Ident (Identifier "beta")) (Ident (Identifier "sym")))
]
])
]
, ParBreak
]
--- evaluated ---
document(body: { math.equation(block: false,
body: math.lr(body: ({ text(body: [α]),
text(body: [β]) })),
numbering: none),
parbreak() })