summaryrefslogtreecommitdiff
path: root/test/writer.plain
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-03-21 15:41:58 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-03-21 15:41:58 +0100
commitcf306f34e5e23a1416b598766ca73d63d7367283 (patch)
tree613436b15ead24eaa2a56becc91e9d474c31ba8e /test/writer.plain
parent430e2db9baa222dbf87ea664ec2d995640817b70 (diff)
Plain writer: use _(..) or ^(..) for super/subscript...
...unless unicode super/subscripted characters are available.
Diffstat (limited to 'test/writer.plain')
-rw-r--r--test/writer.plain4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/writer.plain b/test/writer.plain
index f34af9100..175efb608 100644
--- a/test/writer.plain
+++ b/test/writer.plain
@@ -448,9 +448,9 @@ This is code: >, $, \, \$, <html>.
~~This is _strikeout_.~~
-Superscripts: abcd a_hello_ ahello there.
+Superscripts: a^(bc)d a^(_hello_) a^(hello there).
-Subscripts: H₂O, H₂₃O, Hmany of themO.
+Subscripts: H₂O, H₂₃O, H_(many of them)O.
These should not be superscripts or subscripts, because of the unescaped
spaces: a^b c^d, a~b c~d.