mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
Simplify test
This commit is contained in:
parent
0e7c5d147e
commit
78a8835381
@ -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 New Issue
Block a user