summaryrefslogtreecommitdiff
path: root/test/command/3716.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-06-01 18:41:54 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-06-01 18:41:54 +0200
commit8218bdb95c070b2c09f51ae29c280260fc47dffb (patch)
treed14ac0c02f9983f90e064a979a9bf4b89b03b4c0 /test/command/3716.md
parent0cf6511f16388fc2bb71cffc733a704d20cfe3e3 (diff)
HTML writer: Avoid two class attributes when adding 'uri' class.
Closes #3716.
Diffstat (limited to 'test/command/3716.md')
-rw-r--r--test/command/3716.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/command/3716.md b/test/command/3716.md
new file mode 100644
index 000000000..7e00819da
--- /dev/null
+++ b/test/command/3716.md
@@ -0,0 +1,6 @@
+```
+% pandoc
+<http://example.com>{.foo}
+^D
+<p><a href="http://example.com" class="uri foo">http://example.com</a></p>
+```