mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-23 10:45:12 +00:00
oops
This commit is contained in:
parent
daba7fe87c
commit
ed2f94a3c1
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