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