[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")
- [elpa] externals/ess updated (3bff8e738c -> 9f8b047ec1), ELPA Syncer, 2023/04/16
- [elpa] externals/ess 494b7f80a3 01/12: Remove ELT tests,
ELPA Syncer <=
- [elpa] externals/ess 342eee64d3 02/12: Port ELT roxy-mode tests to etest, ELPA Syncer, 2023/04/16
- [elpa] externals/ess 5fc206d230 03/12: Port `ess-indent-exp` test to etest, ELPA Syncer, 2023/04/16
- [elpa] externals/ess e05d94066c 05/12: Add support for case reset in etest, ELPA Syncer, 2023/04/16
- [elpa] externals/ess 5cbe4e6583 11/12: Remove ELT from ESS, ELPA Syncer, 2023/04/16
- [elpa] externals/ess 3e005140d2 04/12: Port ELT syntax tests to etest, ELPA Syncer, 2023/04/16
- [elpa] externals/ess 9f8b047ec1 12/12: Merge branch 'update-elt-tests', ELPA Syncer, 2023/04/16
- [elpa] externals/ess 76c24f4c22 06/12: Port ELT tests for R tokenification to etest, ELPA Syncer, 2023/04/16
- [elpa] externals/ess 4ac22227c7 09/12: Move cycle assign tests to edit file, ELPA Syncer, 2023/04/16
- [elpa] externals/ess 8e863733e5 07/12: Port ELT tests for R fontification to etest, ELPA Syncer, 2023/04/16
- [elpa] externals/ess 31da9eddf8 08/12: Port ELT tests for R keybindings to etest, ELPA Syncer, 2023/04/16