summaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-08-20 16:52:03 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-08-20 16:52:03 -0700
commit9cc128b5790437bacbda839d8ea49bd7f74ee118 (patch)
treef75661e4b3cefce0162aa18520ff6ad5ec8c1d71 /test/command
parentf2fdd275fd44b4992d5ae3736c3f28deec700ba8 (diff)
LaTeX reader: Set identifiers on Spans used for \label.
Diffstat (limited to 'test/command')
-rw-r--r--test/command/refs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/refs.md b/test/command/refs.md
index 78af1ebdd..66959e5c3 100644
--- a/test/command/refs.md
+++ b/test/command/refs.md
@@ -50,5 +50,5 @@ Figure \ref{fig:Logo} illustrated the SVG logo
% pandoc -f latex -t native
\label{section} Section \ref{section}
^D
-[Para [Span ("",[],[("label","section")]) [Str "[section]"],Space,Str "Section",Space,Link ("",[],[("reference-type","ref"),("reference","section")]) [Str "[section]"] ("#section","")]]
+[Para [Span ("section",[],[("label","section")]) [Str "[section]"],Space,Str "Section",Space,Link ("",[],[("reference-type","ref"),("reference","section")]) [Str "[section]"] ("#section","")]]
```