diff options
author | Spencer Williams <spnw@plexwave.org> | 2025-04-10 17:07:58 -0400 |
---|---|---|
committer | Spencer Williams <spnw@plexwave.org> | 2025-04-10 17:07:58 -0400 |
commit | fc34a26c5f9dfc2a05594baddd5940984ee80bad (patch) | |
tree | 31a18268da82f4a6926c4be32a75c47d1b2ba6b3 /lisp | |
parent | fce88d7b79f3393cdbd556c0962c7466caca0c7d (diff) |
Remove mistakenly committed test
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/seam-test.el | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lisp/seam-test.el b/lisp/seam-test.el index 5d4a562..e7658dd 100644 --- a/lisp/seam-test.el +++ b/lisp/seam-test.el @@ -358,20 +358,6 @@ backlink." (insert-file-contents "html/bar.html") (re-search-forward "<a href=\"/foo.html\">"))))) -(ert-deftest seam-test-backlinks-comment () - "Test that a commented-out link does not add a backlink." - :expected-result :failed - (should-error - (identity - (seam-test-with-notes ((seam-export-template-string "{{backlinks}}")) - ((foo "foo" "public") - (bar "bar" "public")) - (with-current-buffer foo - (seam-test-add-contents foo (concat "# " (seam-test-link-to-buffer bar)))) - (with-temp-buffer - (insert-file-contents "html/bar.html") - (re-search-forward "<a href=\"/foo.html\">")))))) - (ert-deftest seam-test-set-type-private () "Test that setting a public note to private will delete its HTML file and update linking HTML files such that they no longer link to it." |