summaryrefslogtreecommitdiff
path: root/test/docbook-reader.native
diff options
context:
space:
mode:
Diffstat (limited to 'test/docbook-reader.native')
-rw-r--r--test/docbook-reader.native3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/docbook-reader.native b/test/docbook-reader.native
index cad1d17a7..87ccdfac0 100644
--- a/test/docbook-reader.native
+++ b/test/docbook-reader.native
@@ -4,8 +4,7 @@ Pandoc
fromList
[ ( "author"
, MetaList
- [ MetaInlines
- [ Str "John" , SoftBreak , Str "MacFarlane" ]
+ [ MetaInlines [ Str "John" , Space , Str "MacFarlane" ]
, MetaInlines [ Str "Anonymous" ]
]
)