parent
73df6e0347
commit
1d1024c57a
2 changed files with 8 additions and 0 deletions
|
@ -204,6 +204,13 @@ describe('Text', () => {
|
|||
text('!'),
|
||||
], tokens);
|
||||
});
|
||||
|
||||
it('disallow number only', () => {
|
||||
const tokens = analyze('#123');
|
||||
assert.deepEqual([
|
||||
text('#123'),
|
||||
], tokens);
|
||||
});
|
||||
});
|
||||
|
||||
describe('quote', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue