Skip to content

Commit

Permalink
Add a body line
Browse files Browse the repository at this point in the history
  • Loading branch information
matsl committed Dec 29, 2024
1 parent 425e007 commit 09f9ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hywiki-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
(progn
(find-file hywiki-page-file)
(dolist (v sections)
(insert (format "%s\n" v)))
(insert (format "%s\nbody\n" v)))
(save-buffer)
(hywiki-mode 1)
(dolist (v sections)
Expand Down

0 comments on commit 09f9ce4

Please sign in to comment.