summaryrefslogtreecommitdiff
path: root/test/writer.ms
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-04-04 16:13:24 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-04-04 16:13:24 +0200
commit1ebb766aff22590874b9660322f1788c3698649a (patch)
tree369adc05fbea0c152dc4a9b55e17a8858ee3e8b0 /test/writer.ms
parente650d1fbfd2e2486dac939638bde5c0d325da8a9 (diff)
Ms writer: ensure that @ is escaped in URIs.
Otherwise we may get unescaped @s that give eqn fits, with @ as the delimiter character.
Diffstat (limited to 'test/writer.ms')
-rw-r--r--test/writer.ms4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/writer.ms b/test/writer.ms
index a767416d5..759bdba15 100644
--- a/test/writer.ms
+++ b/test/writer.ms
@@ -829,7 +829,7 @@ Just a \c
\&
.PP
\c
-.pdfhref W -D "mailto:nobody@nowhere.net" -A "\c" \
+.pdfhref W -D "mailto:nobody%40nowhere.net" -A "\c" \
-- "Email link"
\&
.PP
@@ -943,7 +943,7 @@ In a list?
It should.
.LP
An e\-mail address: \c
-.pdfhref W -D "mailto:nobody@nowhere.net" -A "\c" \
+.pdfhref W -D "mailto:nobody%40nowhere.net" -A "\c" \
-- "nobody\@nowhere.net"
\&
.RS