texmath-0.13.1.2: test/reader/tex/cancel.test
<<< tex
\boxed{\cancel{x} + \bcancel{y} = \xcancel{z}}
>>> native
[ EBoxed
(EGrouped
[ ECancel ForwardSlash (EIdentifier "x")
, ESymbol Bin "+"
, ECancel BackSlash (EIdentifier "y")
, ESymbol Rel "="
, ECancel XSlash (EIdentifier "z")
])
]