aboutsummaryrefslogtreecommitdiff
path: root/test/pod-reader.native
diff options
context:
space:
mode:
authorsilby <[email protected]>2025-01-15 12:07:26 -0800
committerGitHub <[email protected]>2025-01-15 12:07:26 -0800
commit806dcb08498fd04e23ecec1ec89ecd0d8005fcd0 (patch)
tree858ac85298af05d7b19c8ac055c4d3d518347333 /test/pod-reader.native
parent2b6554c475e6e6e500b8cbb39c90b28cc122c423 (diff)
Consume blanks after =encoding in pod reader (#10544)
The reader did not properly consume empty lines after =encoding commands, which produced various incorrect parses depending on the content between there and the next command. Fixes #10537
Diffstat (limited to 'test/pod-reader.native')
-rw-r--r--test/pod-reader.native3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/pod-reader.native b/test/pod-reader.native
index 07603a80f..39572e9b9 100644
--- a/test/pod-reader.native
+++ b/test/pod-reader.native
@@ -22,8 +22,7 @@
, Space
, Str "pandoc."
]
-, Para
- [ Str "=head2" , Space , Str "Head" , Space , Str "2" ]
+, Header 2 ( "" , [] , [] ) [ Str "Head" , Space , Str "2" ]
, Header
3
( "" , [] , [] )