mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-11 18:02:26 +03:00
feat(parser): custom open and close tags support, html tags tests (#3)
This commit is contained in:
committed by
GitHub
parent
f5fd078eca
commit
790825af30
@@ -7,7 +7,7 @@ describe('posthtml-render', () => {
|
||||
const ast = parse('[size=150][b]PostHTML render test[/b][/size]');
|
||||
const html = render(ast);
|
||||
|
||||
expect(html).toBe('<size size="150"><b>PostHTML render test</b></size>')
|
||||
expect(html).toBe('<size 150="150"><b>PostHTML render test</b></size>')
|
||||
})
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user