1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

modify: add test case for underscore

This commit is contained in:
sota1235
2017-04-22 12:44:39 +09:00
committed by asmsuechan
parent 6047987c25
commit 0a28798d54

View File

@@ -32,6 +32,9 @@ test(t => {
// Emphasis
['~~', ''],
['~~text~~', 'text'],
// Don't remove underscore
['`MY_TITLE`', 'MY_TITLE'],
['MY_TITLE', 'MY_TITLE'],
]
testCases.forEach(testCase => {