typst-0.9: test/typ/regression/issue17.out
--- parse tree ---
[ Equation
False
[ MAttach
Nothing
(Just (MGroup Nothing Nothing [ Text "b" ]))
(MGroup
Nothing
Nothing
[ Text "n" , MGroup (Just "(") (Just ")") [ Text "a" ] ])
]
, ParBreak
, Equation
False
[ MAttach (Just (Text "1")) Nothing (Text "a")
, MGroup (Just "(") (Just ")") [ Text "x" ]
]
, ParBreak
, Equation
False
[ MAttach
(Just
(MGroup
Nothing
Nothing
[ Text "f" , MGroup (Just "(") (Just ")") [ Text "x" ] ]))
Nothing
(Text "a")
]
, ParBreak
, Equation
False
[ MAttach
(Just (MGroup Nothing Nothing [ Text "j" , Text "=" , Text "0" ]))
(Just (Text "3"))
(Code
"typ/regression/issue17.typ"
( line 7 , column 2 )
(Ident (Identifier "sum")))
]
, ParBreak
, Equation
False
[ MAttach
(Just (MGroup Nothing Nothing [ Text "j" , Text "=" , Text "0" ]))
(Just (Text "3"))
(Code
"typ/regression/issue17.typ"
( line 9 , column 2 )
(Ident (Identifier "sum")))
]
, ParBreak
, Equation
False
[ MAttach
(Just (Text "3"))
(Just (MGroup Nothing Nothing [ Text "j" , Text "=" , Text "0" ]))
(Code
"typ/regression/issue17.typ"
( line 11 , column 2 )
(Ident (Identifier "sum")))
]
, ParBreak
, Equation
False
[ MAttach
(Just (Text "3"))
(Just (MGroup Nothing Nothing [ Text "j" , Text "=" , Text "0" ]))
(Code
"typ/regression/issue17.typ"
( line 13 , column 2 )
(Ident (Identifier "sum")))
]
, ParBreak
, Equation
False
[ MAttach
(Just (MGroup Nothing Nothing [ Text "j" , Text "=" , Text "0" ]))
(Just
(Code
"typ/regression/issue17.typ"
( line 15 , column 12 )
(Ident (Identifier "pi"))))
(Code
"typ/regression/issue17.typ"
( line 15 , column 2 )
(Ident (Identifier "sum")))
]
, ParBreak
, Equation
False
[ MAttach
(Just (MGroup Nothing Nothing [ Text "j" , Text "=" , Text "0" ]))
(Just
(Code
"typ/regression/issue17.typ"
( line 17 , column 6 )
(Ident (Identifier "pi"))))
(Code
"typ/regression/issue17.typ"
( line 17 , column 2 )
(Ident (Identifier "sum")))
]
, ParBreak
]
--- evaluated ---
document(body: { math.equation(block: false,
body: math.attach(b: none,
base: { text(body: [n]),
math.lr(body: ({ [(],
text(body: [a]),
[)] })) },
t: text(body: [b])),
numbering: none),
parbreak(),
math.equation(block: false,
body: { math.attach(b: text(body: [1]),
base: text(body: [a]),
t: none),
math.lr(body: ({ [(],
text(body: [x]),
[)] })) },
numbering: none),
parbreak(),
math.equation(block: false,
body: math.attach(b: { text(body: [f]),
math.lr(body: ({ [(],
text(body: [x]),
[)] })) },
base: text(body: [a]),
t: none),
numbering: none),
parbreak(),
math.equation(block: false,
body: math.attach(b: { text(body: [j]),
text(body: [=]),
text(body: [0]) },
base: text(body: [∑]),
t: text(body: [3])),
numbering: none),
parbreak(),
math.equation(block: false,
body: math.attach(b: { text(body: [j]),
text(body: [=]),
text(body: [0]) },
base: text(body: [∑]),
t: text(body: [3])),
numbering: none),
parbreak(),
math.equation(block: false,
body: math.attach(b: text(body: [3]),
base: text(body: [∑]),
t: { text(body: [j]),
text(body: [=]),
text(body: [0]) }),
numbering: none),
parbreak(),
math.equation(block: false,
body: math.attach(b: text(body: [3]),
base: text(body: [∑]),
t: { text(body: [j]),
text(body: [=]),
text(body: [0]) }),
numbering: none),
parbreak(),
math.equation(block: false,
body: math.attach(b: { text(body: [j]),
text(body: [=]),
text(body: [0]) },
base: text(body: [∑]),
t: text(body: [π])),
numbering: none),
parbreak(),
math.equation(block: false,
body: math.attach(b: { text(body: [j]),
text(body: [=]),
text(body: [0]) },
base: text(body: [∑]),
t: text(body: [π])),
numbering: none),
parbreak() })