Skip to content
Snippets Groups Projects
Unverified Commit 5042d23b authored by syuilo's avatar syuilo
Browse files

Simplify test

parent b134467b
No related branches found
No related tags found
No related merge requests found
......@@ -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'),
]);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment