summaryrefslogtreecommitdiff
path: root/tests/docx/verbatim_subsuper.native
blob: 2e11e646a77b2e159f3b9f9448b4858e0d22790e (plain)
1
2
3
4
5
6
7
8
[Para [Str "m",Superscript [Str "2"]]
,Para [Str "m",Superscript [Code ("",[],[]) "2"]]
,Para [Code ("",[],[]) "m",Superscript [Str "2"]]
,Para [Code ("",[],[]) "m",Superscript [Code ("",[],[]) "2"]]
,Para [Str "m",Subscript [Str "2"]]
,Para [Str "m",Subscript [Code ("",[],[]) "2"]]
,Para [Code ("",[],[]) "m",Subscript [Str "2"]]
,Para [Code ("",[],[]) "m",Subscript [Code ("",[],[]) "2"]]]