diff options
Diffstat (limited to 'test/typst-reader.native')
| -rw-r--r-- | test/typst-reader.native | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/test/typst-reader.native b/test/typst-reader.native index fdfd52d35..57676466f 100644 --- a/test/typst-reader.native +++ b/test/typst-reader.native @@ -3208,7 +3208,7 @@ Pandoc [ Para [ Span ( "" , [ "box" ] , [] ) - [ Math InlineMath "\\hslash" + [ Math InlineMath "\295" , Str "\8192" , Code ( "" , [] , [] ) "planck.reduce" @@ -3610,12 +3610,14 @@ Pandoc [ Para [ Span ( "" , [ "box" ] , [] ) - [ Math InlineMath "\\leftrightarrow" + [ Math + InlineMath "\\longleftrightarrow" , Str "\8192" - , Code ( "" , [] , [] ) "<->" + , Code ( "" , [] , [] ) "<-->" , Str "," , Space - , Code ( "" , [] , [] ) "arrow.l.r" + , Code + ( "" , [] , [] ) "arrow.l.r.long" ] ] ] |
