[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/lentic 48644ea72c 083/333: Tests uncommented, and expec
From: |
ELPA Syncer |
Subject: |
[elpa] externals/lentic 48644ea72c 083/333: Tests uncommented, and expected failures added. |
Date: |
Tue, 27 Feb 2024 13:00:09 -0500 (EST) |
branch: externals/lentic
commit 48644ea72c87c3eed3524baec80c9aec3e5fad3e
Author: Phillip Lord <phillip.lord@newcastle.ac.uk>
Commit: Phillip Lord <phillip.lord@newcastle.ac.uk>
Tests uncommented, and expected failures added.
---
test/linked-buffer-test.el | 82 ++++++++++++++++++++++++----------------------
1 file changed, 42 insertions(+), 40 deletions(-)
diff --git a/test/linked-buffer-test.el b/test/linked-buffer-test.el
index af89e7d966..e95de402e7 100644
--- a/test/linked-buffer-test.el
+++ b/test/linked-buffer-test.el
@@ -47,46 +47,48 @@
"block-comment.clj" "block-comment-out.tex")))
-;; (ert-deftest linked-buffer-asciidoc-clojure ()
-;; (should
-;; (linked-buffer-test-clone-equal
-;; 'linked-buffer-asciidoc-clojure-init
-;; "asciidoc-clj.txt" "asciidoc-clj-out.clj")))
-
-
-;; ;; org mode start up prints out "OVERVIEW" from the cycle. Can't see any way
-;; ;; to stop this
-;; (ert-deftest linked-buffer-org-el ()
-;; (should
-;; (linked-buffer-test-clone-equal
-;; 'linked-buffer-org-el-init
-;; "org-el.org" "org-el.el")))
-
-;; (ert-deftest linked-buffer-el-org ()
-;; (should
-;; (linked-buffer-test-clone-equal
-;; 'linked-buffer-el-org-init
-;; "el-org.el" "el-org.org")))
-
-;; (ert-deftest linked-buffer-orgel-org()
-;; (should
-;; (linked-buffer-test-clone-equal
-;; 'linked-buffer-orgel-org-init
-;; "orgel-org.el" "orgel-org.org")))
-
-;; (ert-deftest linked-buffer-org-orgel()
-;; (should
-;; (linked-buffer-test-clone-equal
-;; 'linked-buffer-org-orgel-init
-;; "org-orgel.org" "org-orgel.el")))
-
-
-;; (ert-deftest linked-buffer-org-clojure ()
-;; (should
-;; (linked-buffer-test-clone-equal
-;; 'linked-buffer-org-clojure-init
-;; "org-clojure.org" "org-clojure.clj"
-;; )))
+(ert-deftest linked-buffer-asciidoc-clojure ()
+ (should
+ (linked-buffer-test-clone-equal
+ 'linked-buffer-asciidoc-clojure-init
+ "asciidoc-clj.txt" "asciidoc-clj-out.clj")))
+
+
+;; org mode start up prints out "OVERVIEW" from the cycle. Can't see any way
+;; to stop this
+(ert-deftest linked-buffer-org-el ()
+ (should
+ (linked-buffer-test-clone-equal
+ 'linked-buffer-org-el-init
+ "org-el.org" "org-el.el")))
+
+(ert-deftest linked-buffer-el-org ()
+ (should
+ (linked-buffer-test-clone-equal
+ 'linked-buffer-el-org-init
+ "el-org.el" "el-org.org")))
+
+(ert-deftest linked-buffer-orgel-org()
+ :expected-result :failed
+ (should
+ (linked-buffer-test-clone-equal
+ 'linked-buffer-orgel-org-init
+ "orgel-org.el" "orgel-org.org")))
+
+(ert-deftest linked-buffer-org-orgel()
+ :expected-result :failed
+ (should
+ (linked-buffer-test-clone-equal
+ 'linked-buffer-org-orgel-init
+ "org-orgel.org" "org-orgel.el")))
+
+
+(ert-deftest linked-buffer-org-clojure ()
+ (should
+ (linked-buffer-test-clone-equal
+ 'linked-buffer-org-clojure-init
+ "org-clojure.org" "org-clojure.clj"
+ )))
;; Use this to generate a new test file
- [elpa] externals/lentic 1bf2b709e0 063/333: Use three arguments for m-buffer-replace-match, (continued)
- [elpa] externals/lentic 1bf2b709e0 063/333: Use three arguments for m-buffer-replace-match, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic b6b9293635 061/333: Added file local functions., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic bbc60fc6d4 056/333: Support el-to-org., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic a2d2e6dfcd 065/333: Literate documentation for linked-buffer-org., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic cd2ee3b53c 068/333: Point syncing is now an option., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic fead80b26a 078/333: First nearly working version., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 9913c47912 081/333: Convert start point before changes., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 0740c92916 084/333: Pabbrev support dropped., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 783951ac3e 072/333: Use case insensitive regexp., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic d9ce04d541 087/333: Dependency updates., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 48644ea72c 083/333: Tests uncommented, and expected failures added.,
ELPA Syncer <=
- [elpa] externals/lentic 236e942322 079/333: Move point to change location., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 55c389ec2a 096/333: Cosmetic Change, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic e2fc6ce904 097/333: Re-enabled orgel-org tests., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 1dad92f20a 095/333: Switch to exact-subtract., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic e0840dbfe6 082/333: Stop location now calculated from before functions., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 6ed73a2ef5 088/333: Add string transform function., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 6c5fabb400 091/333: dev options added., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 03ed3f4da2 119/333: Force loading of m-buffer on opening., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 582d4d72b3 125/333: Search and Replace to lentic., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic a00f92e432 133/333: Refactor out a variable., ELPA Syncer, 2024/02/27