mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-02 16:04:04 +03:00
fix lint error, move helper methods to char and token files
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
const parse = require('./index');
|
||||
|
||||
const options = {
|
||||
allowOnlyTags: ['ch', 'syllable', 'tab'],
|
||||
};
|
||||
|
||||
describe('parse', () => {
|
||||
test('tag with spaces', () => {
|
||||
const ast = parse('[Verse 2]');
|
||||
|
||||
Reference in New Issue
Block a user