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', () => {
|
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);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue