From 5fbb802b3229922df975a316a3f822bd8dab8a8d Mon Sep 17 00:00:00 2001 From: sota1235 Date: Sat, 29 Apr 2017 13:59:18 +0900 Subject: [PATCH] modify: add test case --- tests/lib/markdown-text-helper-test.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/lib/markdown-text-helper-test.js b/tests/lib/markdown-text-helper-test.js index dcec31cc..2b285140 100644 --- a/tests/lib/markdown-text-helper-test.js +++ b/tests/lib/markdown-text-helper-test.js @@ -35,6 +35,8 @@ test(t => { // Don't remove underscore ['`MY_TITLE`', 'MY_TITLE'], ['MY_TITLE', 'MY_TITLE'], + // I have no idea for it... + ['```test', '`test'], ] testCases.forEach(testCase => {