Fix #2949
This commit is contained in:
parent
7d1ab6102f
commit
70d0937aab
2 changed files with 7 additions and 2 deletions
|
@ -122,6 +122,11 @@ describe('Text', () => {
|
|||
{ type: 'hashtag', content: '#piyo', hashtag: 'piyo' },
|
||||
{ type: 'text', content: '.' }
|
||||
], tokens2);
|
||||
|
||||
const tokens3 = analyze('#Foo!');
|
||||
assert.deepEqual([
|
||||
{ type: 'text', content: '#Foo!' },
|
||||
], tokens3);
|
||||
});
|
||||
|
||||
it('quote', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue