From 559d6046512ece761776c9dbdb8b88820c552d5a Mon Sep 17 00:00:00 2001 From: marihachi Date: Sun, 28 Mar 2021 21:26:30 +0900 Subject: [PATCH] update test --- test/main.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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); }); });