From cc46667953b609d87bbf5611f50843871b304a0c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 7 Nov 2021 21:08:20 -0800 Subject: LaTeX reader: add 'uri' class when parsing `\url`. Closes #7672. --- test/latex-reader.native | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/latex-reader.native') diff --git a/test/latex-reader.native b/test/latex-reader.native index 2be447c0d..32ee86899 100644 --- a/test/latex-reader.native +++ b/test/latex-reader.native @@ -1868,7 +1868,7 @@ Pandoc , Str "ampersand:" , Space , Link - ( "" , [] , [] ) + ( "" , [ "uri" ] , [] ) [ Str "http://example.com/?foo=1&bar=2" ] ( "http://example.com/?foo=1&bar=2" , "" ) ] @@ -1878,7 +1878,7 @@ Pandoc ] , [ Para [ Link - ( "" , [] , [] ) + ( "" , [ "uri" ] , [] ) [ Str "http://example.com/" ] ( "http://example.com/" , "" ) ] @@ -1902,7 +1902,7 @@ Pandoc [ Str "Blockquoted:" , Space , Link - ( "" , [] , [] ) + ( "" , [ "uri" ] , [] ) [ Str "http://example.com/" ] ( "http://example.com/" , "" ) ] -- cgit v1.2.3