summaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-08-09 09:14:52 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-08-09 09:15:50 -0700
commit09b7df472dbc171e6130090dfec0f7b71d1d955e (patch)
tree2d0765f315c9adaad787da290b7bf76a347aadb6 /test/command
parentdb55f7c1b243cbc82c70276c7dfb9c0403e369b0 (diff)
LaTeX reader: Use `label` instead of `data-label` for label in caption.
See d441e656db576f266c4866e65ff9e4705d376381, #3639.
Diffstat (limited to 'test/command')
-rw-r--r--test/command/2118.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/2118.md b/test/command/2118.md
index d640e2e2b..27b3723d3 100644
--- a/test/command/2118.md
+++ b/test/command/2118.md
@@ -7,5 +7,5 @@
\label{fig:setminus}
\end{figure}
^D
-[Para [Image ("",[],[("width","80%")]) [Str "Set",Space,Str "subtraction",Span ("",[],[("data-label","fig:setminus")]) []] ("setminus.png","fig:")]]
+[Para [Image ("",[],[("width","80%")]) [Str "Set",Space,Str "subtraction",Span ("",[],[("label","fig:setminus")]) []] ("setminus.png","fig:")]]
```