[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/idris-mode 9866d6b299 2/7: Fix failing test due to new ver
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/idris-mode 9866d6b299 2/7: Fix failing test due to new version of Xref |
Date: |
Wed, 2 Aug 2023 07:01:03 -0400 (EDT) |
branch: elpa/idris-mode
commit 9866d6b299436dbeb01f4fd2dea01d351e96057c
Author: Marek L <nospam.keram@gmail.com>
Commit: Marek L <nospam.keram@gmail.com>
Fix failing test due to new version of Xref
not adding space between line number and expression in *xref* buffer
---
test/idris-xref-test.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/test/idris-xref-test.el b/test/idris-xref-test.el
index 7b8bcc4a88..ce54c3bd13 100644
--- a/test/idris-xref-test.el
+++ b/test/idris-xref-test.el
@@ -193,7 +193,8 @@
(with-current-buffer "*xref*"
;; Assert
(let ((str (buffer-substring-no-properties (point-min) (point-max))))
- (should (string-match-p "11: AddClause.(-)" str))
+ (should (string-match-p "AddClause.(-)" str))
+ (should (string-match-p "11:" str))
(should (string-match-p "AddClause.idr" str))
(should (string-match-p "Prelude.Num.(-)" str))
(should (string-match-p "prim__lte_Bits64" str)))
- [nongnu] elpa/idris-mode updated (c96f45d1b8 -> 37c6b81990), ELPA Syncer, 2023/08/02
- [nongnu] elpa/idris-mode 9866d6b299 2/7: Fix failing test due to new version of Xref,
ELPA Syncer <=
- [nongnu] elpa/idris-mode e9ddf46ee8 4/7: Fix unresponsive idris-repl when loading file with warnings, ELPA Syncer, 2023/08/02
- [nongnu] elpa/idris-mode a7f0af7f60 6/7: Merge pull request #619 from keram/remove-unused, ELPA Syncer, 2023/08/02
- [nongnu] elpa/idris-mode 37c6b81990 7/7: Merge pull request #621 from keram/issue-620, ELPA Syncer, 2023/08/02
- [nongnu] elpa/idris-mode d276aa23a3 5/7: Fix byte-compile warning, ELPA Syncer, 2023/08/02
- [nongnu] elpa/idris-mode 5ef8c1ce81 3/7: Ensure that argument passed to `idris-repl-insert-result` is a string, ELPA Syncer, 2023/08/02
- [nongnu] elpa/idris-mode 8f62ba82c0 1/7: Remove unused and nonprefixed helper function `find-common-prefix`, ELPA Syncer, 2023/08/02