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 => {