diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/docbook-reader.native | 3 |
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" ] ] ) |
