Skip to content

Commit

Permalink
.付きのusernameを認識できるように のテスト修正
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Mar 31, 2024
1 parent f82dd24 commit 26c3de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mfm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ describe('MFM', () => {
});

it('remote with dot', () => {
const tokens = parseFull('@hima.sub@namori.net foo');
const tokens = parse('@hima.sub@namori.net foo');
assert.deepStrictEqual(tokens, [
leaf('mention', {
acct: '@hima.sub@namori.net',
Expand Down

0 comments on commit 26c3de0

Please # to comment.