From: Hiroshi Shirosaki Date: Thu, 9 Mar 2017 05:57:48 +0000 (+0900) Subject: Fix test description #319 X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/827e3c42610e36cd78d54ba448438656588543ab?ds=inline;hp=--cc;pf=etc Fix test description #319 --- 827e3c42610e36cd78d54ba448438656588543ab diff --git a/test/syntax.vader b/test/syntax.vader index 284e60f..7096ad7 100644 --- a/test/syntax.vader +++ b/test/syntax.vader @@ -416,7 +416,7 @@ Execute (link text with newline): Given markdown; [a] b [c](d) -Execute (link text with newline): +Execute (link text with bracket sections): AssertNotEqual SyntaxOf('a'), 'mkdLink' AssertNotEqual SyntaxOf('b'), 'mkdLink' AssertEqual SyntaxOf('c'), 'mkdLink'