This commit is contained in:
syuilo 2018-11-03 15:28:11 +09:00
parent daba7fe87c
commit ed2f94a3c1
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -234,7 +234,7 @@ describe('Text', () => {
const tokens3 = analyze('a [a]\nb [b]\nc [c]');
assert.deepEqual(
{ type: 'text', content: 'a [a]\nb [b]\nc [c]' }
, tokens2[0]);
, tokens3[0]);
});
});