packages feed

texmath-0.13: test/writer/typst/cancel.test

<<< native
[ ECancel ForwardSlash (EIdentifier "x")
, ESymbol Bin "+"
, ECancel BackSlash (EIdentifier "y")
, ESymbol Rel "="
, ECancel XSlash (EIdentifier "z")
]
>>> typst
cancel(x) + cancel(y, inverted: #true) = cancel(z, cross: #true)