mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 05:23:09 +02:00
Simplify test
This commit is contained in:
parent
b134467bd3
commit
5042d23bc4
1 changed files with 2 additions and 2 deletions
|
@ -1175,9 +1175,9 @@ describe('MFM', () => {
|
|||
});
|
||||
|
||||
it('require spaces', () => {
|
||||
const tokens = parse('湊おじたん@4日目_L38b #pixiv https://www.pixiv.net/member_illust.php');
|
||||
const tokens = parse('4日目_L38b a_b');
|
||||
assert.deepStrictEqual(tokens, [
|
||||
text('湊おじたん@4日目_L38b #pixiv https://www.pixiv.net/member_illust.php'),
|
||||
text('4日目_L38b a_b'),
|
||||
]);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue