typst-0.9: test/typ/math/spacing-02.out
--- parse tree ---
[ Comment
, SoftBreak
, Equation
False
[ Text "a"
, Code
"typ/math/spacing-02.typ"
( line 2 , column 4 )
(Ident (Identifier "thin"))
, Text "b"
, Text ","
, Text "a"
, Code
"typ/math/spacing-02.typ"
( line 2 , column 14 )
(Ident (Identifier "med"))
, Text "b"
, Text ","
, Text "a"
, Code
"typ/math/spacing-02.typ"
( line 2 , column 23 )
(Ident (Identifier "thick"))
, Text "b"
, Text ","
, Text "a"
, Code
"typ/math/spacing-02.typ"
( line 2 , column 34 )
(Ident (Identifier "quad"))
, Text "b"
]
, Space
, HardBreak
, Equation
False
[ Text "a"
, Text "="
, Code
"typ/math/spacing-02.typ"
( line 3 , column 6 )
(Ident (Identifier "thin"))
, Text "b"
]
, Space
, HardBreak
, Equation
False
[ Text "a"
, Code
"typ/math/spacing-02.typ"
( line 4 , column 4 )
(Ident (Identifier "minus"))
, Text "b"
, Code
"typ/math/spacing-02.typ"
( line 4 , column 8 )
(Ident (Identifier "equiv"))
, Text "c"
, Code
"typ/math/spacing-02.typ"
( line 4 , column 16 )
(Ident (Identifier "quad"))
, MGroup
(Just "(")
(Just ")")
[ Code
"typ/math/spacing-02.typ"
( line 4 , column 22 )
(Ident (Identifier "mod"))
, Text "2"
]
]
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
math.equation(block: false,
body: { text(body: [a]),
text(body: [ ]),
text(body: [b]),
text(body: [,]),
text(body: [a]),
text(body: [ ]),
text(body: [b]),
text(body: [,]),
text(body: [a]),
text(body: [ ]),
text(body: [b]),
text(body: [,]),
text(body: [a]),
text(body: [ ]),
text(body: [b]) },
numbering: none),
text(body: [ ]),
linebreak(),
math.equation(block: false,
body: { text(body: [a]),
text(body: [=]),
text(body: [ ]),
text(body: [b]) },
numbering: none),
text(body: [ ]),
linebreak(),
math.equation(block: false,
body: { text(body: [a]),
text(body: [−]),
text(body: [b]),
text(body: [≡]),
text(body: [c]),
text(body: [ ]),
math.lr(body: ({ [(],
math.op(limits: false,
text: "mod"),
text(body: [2]),
[)] })) },
numbering: none),
parbreak() })