mirror of
https://activitypub.software/TransFem-org/sfm-js
synced 2024-11-24 23:15:14 +00:00
update test
This commit is contained in:
parent
39107c9c05
commit
559d604651
1 changed files with 7 additions and 7 deletions
14
test/main.ts
14
test/main.ts
|
@ -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);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue