emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ess 494b7f80a3 01/12: Remove ELT tests


From: ELPA Syncer
Subject: [elpa] externals/ess 494b7f80a3 01/12: Remove ELT tests
Date: Sun, 16 Apr 2023 08:57:43 -0400 (EDT)

branch: externals/ess
commit 494b7f80a306f48a0d7d11e4ba9973809f18a6e6
Author: Lionel Henry <lionel.hry@gmail.com>
Commit: Lionel Henry <lionel.hry@gmail.com>

    Remove ELT tests
---
 test/literate/elt.R | 84 -----------------------------------------------------
 test/run-tests      |  1 -
 2 files changed, 85 deletions(-)

diff --git a/test/literate/elt.R b/test/literate/elt.R
deleted file mode 100644
index 12c7866274..0000000000
--- a/test/literate/elt.R
+++ /dev/null
@@ -1,84 +0,0 @@
-
-##### ELT
-
-### 1 Can skip tests -------------------------------------------------
-
-¶NULL
-
-##! (should t)
-##> (when (>= emacs-major-version 25)
-##>   (ert-skip "Reason")
-##>   (should nil))
-
-¶NULL
-
-
-### 2 Multiple cursors -----------------------------------------------
-
-¶NULL
-¶NA
-foo ¶bar
-
-##! (forward-word)
-##> (should (eolp))
-
-NULL¶
-NA¶
-foo bar¶
-
-##> (backward-word)
-
-¶NULL
-¶NA
-foo ¶bar
-
-
-### 3 Multiple cursors on single lines -------------------------------
-
-¶NULL ¶NULL
-¶NA ¶NA
-¶foo ¶bar
-
-##! (forward-word)
-
-NULL¶ NULL¶
-NA¶ NA¶
-foo¶ bar¶
-
-
-### 4 Multiple cursors with line changes -----------------------------
-
-¶foo¶foo
-¶bar¶bar
-¶baz¶baz
-
-##! (forward-char 3)
-##> (when (and (eolp) (not (eobp)))
-##>   (delete-char 1))
-##> (insert "\nQUUX\n")
-##> (backward-char)
-
-foo
-QUUX¶
-foo
-QUUX¶
-bar
-QUUX¶
-bar
-QUUX¶
-baz
-QUUX¶
-baz
-QUUX¶
-
-
-
-### 5 Multiple cursors with line changes behind earlier marker -------
-
-¶foo¶foo
-
-##! (ignore-errors (backward-char 3))
-##> (insert "bar")
-
-barbar¶¶foofoo
-
diff --git a/test/run-tests b/test/run-tests
index 1bfc269ba6..a427c99228 100755
--- a/test/run-tests
+++ b/test/run-tests
@@ -54,7 +54,6 @@
 (when (member "--literate" argv)
   (ess-test-load-locally "ess-test-literate.el" ess-test-path)
   (ess-test-load-locally "test-etest.el" etest-path)
-  (elt-deftest test-elt () "elt.R")
   (elt-deftest test-ess-roxy-literate () "roxy.R")
   ;; (elt-deftest test-ess-r-code-fill () "code-fill.R")
   (elt-deftest test-ess-r-misc () "misc.R")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]