diff --git a/__tests__/index.test.ts b/__tests__/index.test.ts index 3a1636c..fac020a 100644 --- a/__tests__/index.test.ts +++ b/__tests__/index.test.ts @@ -189,6 +189,11 @@ describe('rehype-attr test case', () => { title: 'options="attr" - ', markdown: 'This is the content', expected: 'This is the content', + }, + { + title: 'options="attr" - ', + markdown: 'github', + expected: 'github', } ].forEach((data, idx) => { it(data.title, async () => {