mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-29 05:17:39 -07:00
Simplify test
This commit is contained in:
parent
0e7c5d147e
commit
78a8835381
1 changed files with 2 additions and 2 deletions
|
@ -1175,9 +1175,9 @@ describe('MFM', () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
it('require spaces', () => {
|
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, [
|
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