diff --git a/test/main.ts b/test/main.ts index 0259e86..1a3b298 100644 --- a/test/main.ts +++ b/test/main.ts @@ -464,15 +464,15 @@ after`; describe('toString API', () => { it('basic', () => { const input = - `before -
- Hello [tada everynyan! 🎉] +`before +
+Hello [tada everynyan! 🎉] - I'm @ai, A bot of misskey! +I'm @ai, A bot of misskey! - https://github.com/syuilo/ai -
- after`; +https://github.com/syuilo/ai +
+after`; assert.strictEqual(toString(parse(input)), input); }); });