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 22a04aa..53d908f 100644
--- a/tests/issue.scm
+++ b/tests/issue.scm
@@ -93,4 +93,9 @@ strings."
* [x] bar"
(compose hashtable->alist file-details)))
+(test-equal "Allow checkboxes without a space"
+ '((tasks . 1))
+ (call-with-input-string "* [] foo"
+ (compose hashtable->alist file-details)))
+
(test-end "issue")