mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-17 11:41:44 +00:00
modify: add test case
This commit is contained in:
@@ -35,6 +35,8 @@ test(t => {
|
|||||||
// Don't remove underscore
|
// Don't remove underscore
|
||||||
['`MY_TITLE`', 'MY_TITLE'],
|
['`MY_TITLE`', 'MY_TITLE'],
|
||||||
['MY_TITLE', 'MY_TITLE'],
|
['MY_TITLE', 'MY_TITLE'],
|
||||||
|
// I have no idea for it...
|
||||||
|
['```test', '`test'],
|
||||||
]
|
]
|
||||||
|
|
||||||
testCases.forEach(testCase => {
|
testCases.forEach(testCase => {
|
||||||
|
|||||||
Reference in New Issue
Block a user