From 827e3c42610e36cd78d54ba448438656588543ab Mon Sep 17 00:00:00 2001
From: Hiroshi Shirosaki <h.shirosaki@gmail.com>
Date: Thu, 9 Mar 2017 14:57:48 +0900
Subject: [PATCH] Fix test description #319

---
 test/syntax.vader | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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'
-- 
2.39.5