oops
This commit is contained in:
parent
daba7fe87c
commit
ed2f94a3c1
|
@ -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 New Issue