mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-26 03:47:40 -07:00
oops
This commit is contained in:
parent
a0a3786b69
commit
fcc7d48ba6
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ describe('Text', () => {
|
||||||
const tokens3 = analyze('a [a]\nb [b]\nc [c]');
|
const tokens3 = analyze('a [a]\nb [b]\nc [c]');
|
||||||
assert.deepEqual(
|
assert.deepEqual(
|
||||||
{ type: 'text', content: 'a [a]\nb [b]\nc [c]' }
|
{ type: 'text', content: 'a [a]\nb [b]\nc [c]' }
|
||||||
, tokens2[0]);
|
, tokens3[0]);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue