branch: elpa/markdown-mode
commit 904f1cb335a2bb2e090946a3c7cf36cbde658313
Author: Chen Zhenge <mr.chenwithcaps...@outlook.com>
Commit: Chen Zhenge <mr.chenwithcaps...@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