update test

This commit is contained in:
marihachi 2021-03-28 21:26:30 +09:00
parent 39107c9c05
commit 559d604651

View file

@ -464,15 +464,15 @@ after`;
describe('toString API', () => {
it('basic', () => {
const input =
`before
<center>
Hello [tada everynyan! 🎉]
`before
<center>
Hello [tada everynyan! 🎉]
I'm @ai, A bot of misskey!
I'm @ai, A bot of misskey!
https://github.com/syuilo/ai
</center>
after`;
https://github.com/syuilo/ai
</center>
after`;
assert.strictEqual(toString(parse(input)), input);
});
});