Selaa lähdekoodia

Add double asterisk markup parser test (#963)

Danilo Bargen 5 vuotta sitten
vanhempi
commit
400475108e
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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*'],
             ]);
         });