aboutsummaryrefslogtreecommitdiff
path: root/test/command/6970.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/6970.md')
-rw-r--r--test/command/6970.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/command/6970.md b/test/command/6970.md
new file mode 100644
index 000000000..45d9b76bd
--- /dev/null
+++ b/test/command/6970.md
@@ -0,0 +1,12 @@
+```
+% pandoc -f html -t native
+<a name="foo" class="bar baz" href='https://example.com' target='_blank'>https://example.com<a>
+^D
+[ Plain
+ [ Link
+ ( "foo" , [ "bar" , "baz" ] , [ ( "target" , "_blank" ) ] )
+ [ Str "https://example.com" ]
+ ( "https://example.com" , "" )
+ ]
+]
+```