aboutsummaryrefslogtreecommitdiff
path: root/test/command/4832.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-11-07 21:08:20 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-11-07 21:08:20 -0800
commitcc46667953b609d87bbf5611f50843871b304a0c (patch)
treeedfc1a3ccb237d6dd5cfa85f3ae68814bcfce8f3 /test/command/4832.md
parent881b45209e8fd70079e409d05fa7402741501940 (diff)
downloadpandoc-cc46667953b609d87bbf5611f50843871b304a0c.tar.gz
LaTeX reader: add 'uri' class when parsing `\url`.
Closes #7672.
Diffstat (limited to 'test/command/4832.md')
-rw-r--r--test/command/4832.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/command/4832.md b/test/command/4832.md
index 5e9f2ac77..ec636b2b7 100644
--- a/test/command/4832.md
+++ b/test/command/4832.md
@@ -4,7 +4,7 @@
^D
[ Para
[ Link
- ( "" , [] , [] )
+ ( "" , [ "uri" ] , [] )
[ Str "http://example.com/foo%20bar.htm" ]
( "http://example.com/foo%20bar.htm" , "" )
]
@@ -17,7 +17,7 @@
^D
[ Para
[ Link
- ( "" , [] , [] )
+ ( "" , [ "uri" ] , [] )
[ Str "http://example.com/foo{bar}.htm" ]
( "http://example.com/foo{bar}.htm" , "" )
]