summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/issue.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/issue.scm b/tests/issue.scm
index 74fb6c3..22982db 100644
--- a/tests/issue.scm
+++ b/tests/issue.scm
@@ -70,4 +70,9 @@
(call-with-input-string "* term: This is a definition of term."
(compose hashtable->alist file-details)))
+(test-equal "Parse keywords even if they are long"
+ '((keywords "this is a long keyword"))
+ (call-with-input-string "* keywords: this is a long keyword"
+ (compose hashtable->alist file-details)))
+
(test-end "issue")