@@ -799,8 +799,8 @@ test('definition', function (t) {
799799 function ( ) {
800800 to ( { type : 'definition' , identifier : 'a' , title : 'b' } , { quote : '.' } )
801801 } ,
802- / C a n n o t s e r i a l i z e t i t l e w i t h ` \. ` , e x p e c t e d ` " ` , o r ` ' ` / ,
803- 'should throw on when given an incorrect `emphasis `'
802+ / C a n n o t s e r i a l i z e t i t l e w i t h ` \. ` f o r ` o p t i o n s \. q u o t e ` , e x p e c t e d ` " ` , o r ` ' ` / ,
803+ 'should throw on when given an incorrect `quote `'
804804 )
805805
806806 t . end ( )
@@ -813,7 +813,7 @@ test('emphasis', function (t) {
813813 function ( ) {
814814 to ( { type : 'emphasis' } , { emphasis : '?' } )
815815 } ,
816- / C a n n o t s e r i a l i z e e m p h a s i s w i t h ` \? ` , e x p e c t e d ` \* ` , o r ` _ ` / ,
816+ / C a n n o t s e r i a l i z e e m p h a s i s w i t h ` \? ` f o r ` o p t i o n s \. e m p h a s i s ` , e x p e c t e d ` \* ` , o r ` _ ` / ,
817817 'should throw on when given an incorrect `emphasis`'
818818 )
819819
@@ -1053,8 +1053,8 @@ test('image', function (t) {
10531053 function ( ) {
10541054 to ( { type : 'image' , title : 'a' } , { quote : '.' } )
10551055 } ,
1056- / C a n n o t s e r i a l i z e t i t l e w i t h ` \. ` , e x p e c t e d ` " ` , o r ` ' ` / ,
1057- 'should throw on when given an incorrect `emphasis `'
1056+ / C a n n o t s e r i a l i z e t i t l e w i t h ` \. ` f o r ` o p t i o n s \. q u o t e ` , e x p e c t e d ` " ` , o r ` ' ` / ,
1057+ 'should throw on when given an incorrect `quote `'
10581058 )
10591059
10601060 t . end ( )
@@ -1411,8 +1411,8 @@ test('link', function (t) {
14111411 function ( ) {
14121412 to ( { type : 'link' , title : 'b' } , { quote : '.' } )
14131413 } ,
1414- / C a n n o t s e r i a l i z e t i t l e w i t h ` \. ` , e x p e c t e d ` " ` , o r ` ' ` / ,
1415- 'should throw on when given an incorrect `emphasis `'
1414+ / C a n n o t s e r i a l i z e t i t l e w i t h ` \. ` f o r ` o p t i o n s \. q u o t e ` , e x p e c t e d ` " ` , o r ` ' ` / ,
1415+ 'should throw on when given an incorrect `quote `'
14161416 )
14171417
14181418 t . end ( )
@@ -1975,7 +1975,7 @@ test('listItem', function (t) {
19751975 function ( ) {
19761976 to ( { type : 'listItem' } , { bullet : '.' } )
19771977 } ,
1978- / C a n n o t s e r i a l i z e i t e m s w i t h ` \. ` , e x p e c t e d ` \* ` , ` \+ ` , o r ` - ` / ,
1978+ / C a n n o t s e r i a l i z e i t e m s w i t h ` \. ` f o r ` o p t i o n s \. b u l l e t ` , e x p e c t e d ` \* ` , ` \+ ` , o r ` - ` / ,
19791979 'should throw on an incorrect bullet'
19801980 )
19811981
@@ -2063,7 +2063,7 @@ test('listItem', function (t) {
20632063 function ( ) {
20642064 to ( { type : 'listItem' } , { listItemIndent : 'x' } )
20652065 } ,
2066- / C a n n o t s e r i a l i z e i t e m s w i t h ` x ` , e x p e c t e d ` t a b ` , ` o n e ` , o r ` m i x e d ` / ,
2066+ / C a n n o t s e r i a l i z e i t e m s w i t h ` x ` f o r ` o p t i o n s \. l i s t I t e m I n d e n t ` , e x p e c t e d ` t a b ` , ` o n e ` , o r ` m i x e d ` / ,
20672067 'should throw on an incorrect `listItemIndent`'
20682068 )
20692069
@@ -2102,8 +2102,8 @@ test('strong', function (t) {
21022102 function ( ) {
21032103 to ( { type : 'strong' } , { strong : '?' } )
21042104 } ,
2105- / C a n n o t s e r i a l i z e s t r o n g w i t h ` \? ` , e x p e c t e d ` \* ` , o r ` _ ` / ,
2106- 'should throw on when given an incorrect `emphasis `'
2105+ / C a n n o t s e r i a l i z e s t r o n g w i t h ` \? ` f o r ` o p t i o n s \. s t r o n g ` , e x p e c t e d ` \* ` , o r ` _ ` / ,
2106+ 'should throw on when given an incorrect `strong `'
21072107 )
21082108
21092109 t . equal (
@@ -2147,7 +2147,7 @@ test('thematic break', function (t) {
21472147 function ( ) {
21482148 to ( { type : 'thematicBreak' } , { rule : '.' } )
21492149 } ,
2150- / C a n n o t s e r i a l i z e r u l e s w i t h ` .` , e x p e c t e d ` \* ` , ` - ` , o r ` _ ` / ,
2150+ / C a n n o t s e r i a l i z e r u l e s w i t h ` .` f o r ` o p t i o n s \. r u l e ` , e x p e c t e d ` \* ` , ` - ` , o r ` _ ` / ,
21512151 'should throw on when given an incorrect `rule`'
21522152 )
21532153
@@ -2161,8 +2161,8 @@ test('thematic break', function (t) {
21612161 function ( ) {
21622162 to ( { type : 'thematicBreak' } , { ruleRepetition : 2 } )
21632163 } ,
2164- / C a n n o t s e r i a l i z e r u l e s w i t h r e p e t i t i o n ` 2 ` , e x p e c t e d ` 3 ` o r m o r e / ,
2165- 'should throw on when given an incorrect `rule `'
2164+ / C a n n o t s e r i a l i z e r u l e s w i t h r e p e t i t i o n ` 2 ` f o r ` o p t i o n s \. r u l e R e p e t i t i o n ` , e x p e c t e d ` 3 ` o r m o r e / ,
2165+ 'should throw on when given an incorrect `ruleRepetition `'
21662166 )
21672167
21682168 t . equal (
0 commit comments