aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
Diffstat (limited to 'test/command')
-rw-r--r--test/command/shift-heading-level-by.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/command/shift-heading-level-by.md b/test/command/shift-heading-level-by.md
index 1d8b8bdd0..323783f24 100644
--- a/test/command/shift-heading-level-by.md
+++ b/test/command/shift-heading-level-by.md
@@ -8,9 +8,8 @@ title: My title
## Second
^D
-Pandoc (Meta {unMeta = fromList []})
-[Header 1 ("",[],[]) [Str "My",Space,Str "title"]
-,Header 2 ("first-heading",[],[]) [Str "First",Space,Str "heading"]
+Pandoc (Meta {unMeta = fromList [("title",MetaInlines [Str "My",Space,Str "title"])]})
+[Header 2 ("first-heading",[],[]) [Str "First",Space,Str "heading"]
,Header 3 ("second",[],[]) [Str "Second"]]
```