aboutsummaryrefslogtreecommitdiff
path: root/test/docbook-xref.native
diff options
context:
space:
mode:
authorRowan Rodrik van der Molen <rowan@ytec.nl>2021-10-31 13:21:54 +0000
committerJohn MacFarlane <jgm@berkeley.edu>2021-11-08 07:30:20 -0800
commit40aa74badc2686b8b9a4ae7f836529cec2f4779b (patch)
treea7aa662615258784a273e6d44afdc931ccd06ede /test/docbook-xref.native
parent19eb5c6d6ae5b660b309d7a9704a3352ffb3cc5f (diff)
downloadpandoc-40aa74badc2686b8b9a4ae7f836529cec2f4779b.tar.gz
Add `<titleabbr>` support to DocBook reader
Diffstat (limited to 'test/docbook-xref.native')
-rw-r--r--test/docbook-xref.native2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/docbook-xref.native b/test/docbook-xref.native
index 1b4ced24e..2983eac0c 100644
--- a/test/docbook-xref.native
+++ b/test/docbook-xref.native
@@ -156,7 +156,7 @@ Pandoc
[ Str "Some" , Space , Str "content" , Space , Str "here" ]
, Header
1
- ( "ch04" , [] , [] )
+ ( "ch04" , [] , [ ( "titleabbrev" , "Chapter 4" ) ] )
[ Str "The" , Space , Str "Fourth" , Space , Str "Chapter" ]
, Para
[ Str "Some" , Space , Str "content" , Space , Str "here" ]