This commit is contained in:
syuilo 2018-08-06 00:31:09 +09:00
parent 1ccd2def50
commit ee765d0812

View file

@ -34,7 +34,7 @@ describe('Text', () => {
it('big', () => {
const tokens = analyze('***Strawberry*** Pasta');
assert.deepEqual([
{ type: 'big', content: '***Strawberry***', bold: 'Strawberry' },
{ type: 'big', content: '***Strawberry***', big: 'Strawberry' },
{ type: 'text', content: ' Pasta' }
], tokens);
});