aboutsummaryrefslogtreecommitdiff
path: root/seam-test.el
diff options
context:
space:
mode:
Diffstat (limited to 'seam-test.el')
-rw-r--r--seam-test.el12
1 files changed, 12 insertions, 0 deletions
diff --git a/seam-test.el b/seam-test.el
index b192045..0b7df1c 100644
--- a/seam-test.el
+++ b/seam-test.el
@@ -131,6 +131,18 @@
(buffer-name note)
(seam-get-title-from-buffer note)))))
+(ert-deftest seam-test-get-title-from-buffer-narrowed ()
+ (should
+ (equal
+ "foo"
+ (seam-test-with-notes ()
+ ((foo "foo"))
+ (with-current-buffer foo
+ (seam-test-add-contents foo "* My headline")
+ (forward-line)
+ (org-narrow-to-subtree)
+ (seam-get-title-from-buffer))))))
+
(ert-deftest seam-test-get-title-from-file ()
(seam-test-with-notes () ((note "Note"))
(should