ソースを参照

Add double asterisk markup parser test (#963)

Danilo Bargen 5 年 前
コミット
400475108e
1 ファイル変更1 行追加0 行削除
  1. 1 0
      tests/ts/markup_parser.ts

+ 1 - 0
tests/ts/markup_parser.ts

@@ -257,6 +257,7 @@ describe('Markup Parser', () => {
                 ['random *asterisk', 'random *asterisk'],
                 ['***three asterisks', '***three asterisks'],
                 ['***three asterisks*', '**<span class="text-bold">three asterisks</span>'],
+                ['**double asterisks*', '**double asterisks*'],
             ]);
         });