mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 02:36:36 +00:00
Fixed trailing spaces
This commit is contained in:
@@ -16,7 +16,7 @@ test('getTodoStatus should return a correct hash object', t => {
|
|||||||
['+ [ ] a\n+ [xtest] a\n', { total: 1, completed: 0 }],
|
['+ [ ] a\n+ [xtest] a\n', { total: 1, completed: 0 }],
|
||||||
['+ [ ] a\n+ foo[x]bar a\n', { total: 1, completed: 0 }],
|
['+ [ ] a\n+ foo[x]bar a\n', { total: 1, completed: 0 }],
|
||||||
['+ [ ] a\n+ foo[x] bar a\n', { total: 1, completed: 0 }],
|
['+ [ ] a\n+ foo[x] bar a\n', { total: 1, completed: 0 }],
|
||||||
['+ [ ] a\n+ foo [x]bar a\n', { total: 1, completed: 0 }]
|
['+ [ ] a\n+ foo [x]bar a\n', { total: 1, completed: 0 }]
|
||||||
]
|
]
|
||||||
|
|
||||||
testCases.forEach(testCase => {
|
testCases.forEach(testCase => {
|
||||||
|
|||||||
Reference in New Issue
Block a user