1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00
This commit is contained in:
Baptiste Augrain
2018-08-31 10:27:02 +02:00
parent 20f573c477
commit 7c0c81207b

View File

@@ -14,7 +14,8 @@ test('findNoteTitle#find should return a correct title (string)', t => {
['hoge\n====\nfuga', 'hoge'], ['hoge\n====\nfuga', 'hoge'],
['====', '===='], ['====', '===='],
['```\n# hoge\n```', '```'], ['```\n# hoge\n```', '```'],
['hoge', 'hoge'] ['hoge', 'hoge'],
['---\nlayout: test\n---\n # hoge', '# hoge']
] ]
testCases.forEach(testCase => { testCases.forEach(testCase => {