summaryrefslogtreecommitdiff
path: root/gnosis-test.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-07-14 07:23:55 +0300
committerThanos Apollo <[email protected]>2024-07-14 07:23:55 +0300
commit4e178171c4f71409b7d06beda1359973f7d3d548 (patch)
tree0b2f928e2ad7249e37e84be6b143ef07f8b52b6d /gnosis-test.el
parentf3dceb8e679207db68c73d6114e5a10923fd390f (diff)
gnosis-test: Update cloze insertion & add todos.
Diffstat (limited to 'gnosis-test.el')
-rw-r--r--gnosis-test.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnosis-test.el b/gnosis-test.el
index 24dc4bc..46edcf1 100644
--- a/gnosis-test.el
+++ b/gnosis-test.el
@@ -88,9 +88,9 @@ by the thoracodorsal nerve."
:tags (gnosis-test-random-items gnosis-test-tags 2))))
(when (y-or-n-p "Add single Cloze type?")
(dotimes (_ num)
+ ;; TODO: Update tests for include hints.
(gnosis-add-note--cloze :deck testing-deck
:note "this is a {c1:note}"
- :hint "note"
:tags (gnosis-test-random-items gnosis-test-tags 2)
:images (cons gnosis-test-image gnosis-test-image)
:extra "extra")))