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

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

[nongnu] elpa/markdown-mode 904f1cb 3/7: fix test test-markdown-table/al


From: ELPA Syncer
Subject: [nongnu] elpa/markdown-mode 904f1cb 3/7: fix test test-markdown-table/align-with-escaped-separator
Date: Fri, 21 May 2021 00:57:12 -0400 (EDT)

branch: elpa/markdown-mode
commit 904f1cb335a2bb2e090946a3c7cf36cbde658313
Author: Chen Zhenge <Mr.ChenWithCapsule@outlook.com>
Commit: Chen Zhenge <Mr.ChenWithCapsule@outlook.com>

    fix test test-markdown-table/align-with-escaped-separator
---
 tests/markdown-test.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/markdown-test.el b/tests/markdown-test.el
index f25c398..2822c85 100644
--- a/tests/markdown-test.el
+++ b/tests/markdown-test.el
@@ -5921,7 +5921,7 @@ Details: 
https://github.com/jrblevin/markdown-mode/issues/308";
     (markdown-table-align)
     (should (string= (buffer-substring-no-properties (point-min) (point-max))
                      "| Col1 | Col2 |
-| :-:  | :-:  |
+|:----:|:----:|
 | AAA  | A\\|B |\n"))))
 
 (ert-deftest test-markdown-table/align-with-wiki-link ()



reply via email to

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