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:
@@ -32,6 +32,9 @@ test(t => {
|
||||
// Emphasis
|
||||
['~~', ''],
|
||||
['~~text~~', 'text'],
|
||||
// Don't remove underscore
|
||||
['`MY_TITLE`', 'MY_TITLE'],
|
||||
['MY_TITLE', 'MY_TITLE'],
|
||||
]
|
||||
|
||||
testCases.forEach(testCase => {
|
||||
|
||||
Reference in New Issue
Block a user