diff --git a/test/site/content-org/all-posts.org b/test/site/content-org/all-posts.org
index 5c000b3..9dc430a 100644
--- a/test/site/content-org/all-posts.org
+++ b/test/site/content-org/all-posts.org
@@ -1,5 +1,8 @@
#+hugo_base_dir: ../
+
#+seq_todo: TODO DRAFT DONE
+#+seq_todo: TEST__TODO | TEST__DONE
+
#+property: header-args :eval no
#+startup: indent
@@ -3780,6 +3783,16 @@ Some text.
*** DONE Heading 2
CLOSED: [2017-08-09 Wed 16:15]
Some text.
+** Org TODO keywords with double-underscores :double_underscores:space:
+:PROPERTIES:
+:EXPORT_FILE_NAME: org-todo-kwd-with-double-underscores
+:END:
+#+begin_description
+This feature that replaces double-underscores in Org TODO keywords
+with spaces was added in {{{commit(7691f0453b)}}}.
+#+end_description
+*** TEST__TODO This heading's TODO kwd should read as "TEST TODO"
+*** TEST__DONE This heading's TODO kwd should read as "TEST DONE"
* Level Offset :level_offset:
** Default level offset
:PROPERTIES:
diff --git a/test/site/content/posts/org-todo-kwd-with-double-underscores.md b/test/site/content/posts/org-todo-kwd-with-double-underscores.md
new file mode 100644
index 0000000..eb7e842
--- /dev/null
+++ b/test/site/content/posts/org-todo-kwd-with-double-underscores.md
@@ -0,0 +1,14 @@
++++
+title = "Org TODO keywords with double-underscores"
+description = """
+ This feature that replaces double-underscores in Org TODO keywords
+ with spaces was added in commit [7691f0453b](https://github.com/kaushalmodi/ox-hugo/commit/7691f0453b).
+ """
+tags = ["todo", "double-underscores", "space"]
+draft = false
++++
+
+## TEST TODO This heading's TODO kwd should read as "TEST TODO" {#this-heading-s-todo-kwd-should-read-as-test-todo}
+
+
+## TEST DONE This heading's TODO kwd should read as "TEST DONE" {#this-heading-s-todo-kwd-should-read-as-test-done}