summaryrefslogtreecommitdiff
path: root/tests/test-custom-line-paragraph-duplicate-line-or-region.el
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-custom-line-paragraph-duplicate-line-or-region.el')
-rw-r--r--tests/test-custom-line-paragraph-duplicate-line-or-region.el12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/test-custom-line-paragraph-duplicate-line-or-region.el b/tests/test-custom-line-paragraph-duplicate-line-or-region.el
index 22f19c16..bd82e00f 100644
--- a/tests/test-custom-line-paragraph-duplicate-line-or-region.el
+++ b/tests/test-custom-line-paragraph-duplicate-line-or-region.el
@@ -435,18 +435,6 @@
(kill-buffer (current-buffer)))
(test-duplicate-line-or-region-teardown)))
-(ert-deftest test-duplicate-line-or-region-comment-without-syntax ()
- "Should error when comment requested but no comment syntax defined."
- (test-duplicate-line-or-region-setup)
- (unwind-protect
- (with-temp-buffer
- ;; Fundamental mode has no comment syntax
- (fundamental-mode)
- (insert "line")
- (goto-char (point-min))
- ;; Should error when trying to comment without syntax
- (should-error (cj/duplicate-line-or-region t)))
- (test-duplicate-line-or-region-teardown)))
(ert-deftest test-duplicate-line-or-region-special-characters ()
"Should handle control characters."