mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-16 03:06:27 +00:00
modify: add test case for underscore
This commit is contained in:
@@ -32,6 +32,9 @@ test(t => {
|
|||||||
// Emphasis
|
// Emphasis
|
||||||
['~~', ''],
|
['~~', ''],
|
||||||
['~~text~~', 'text'],
|
['~~text~~', 'text'],
|
||||||
|
// Don't remove underscore
|
||||||
|
['`MY_TITLE`', 'MY_TITLE'],
|
||||||
|
['MY_TITLE', 'MY_TITLE'],
|
||||||
]
|
]
|
||||||
|
|
||||||
testCases.forEach(testCase => {
|
testCases.forEach(testCase => {
|
||||||
|
|||||||
Reference in New Issue
Block a user