aboutsummaryrefslogtreecommitdiff
path: root/test/command/6288.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-04-15 09:23:04 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-04-15 09:23:04 -0700
commit71c4857464c82f5c9c527d99de43061cda22ef48 (patch)
tree8e0037e7302a22b3cdf6e9e253c269e0143f448b /test/command/6288.md
parent20c1c297b295e5da4433e6fe59d03ef8ac109337 (diff)
downloadpandoc-71c4857464c82f5c9c527d99de43061cda22ef48.tar.gz
JATS reader: handle "label" element in section title.
Closes #6288.
Diffstat (limited to 'test/command/6288.md')
-rw-r--r--test/command/6288.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/command/6288.md b/test/command/6288.md
new file mode 100644
index 000000000..29aff0fb9
--- /dev/null
+++ b/test/command/6288.md
@@ -0,0 +1,8 @@
+```
+% pandoc -f jats -t native
+<sec>
+<label>I</label><title>Introduction</title>
+</sec>
+^D
+[Header 1 ("",[],[]) [Str "I.",Space,Str "Introduction"]]
+```