@@ -205,7 +205,7 @@ test('markdown -> mdast', (t) => {
205205 mdastExtensions : [ mdxJsxFromMarkdown ]
206206 } )
207207 } ,
208- / C a n n o t c l o s e ` p a r a g r a p h ` \( 1 : 1 - 1 : 8 \) : a d i f f e r e n t t o k e n \( ` m d x J s x T e x t T a g ` , 1 : 3 - 1 : 6 \) i s o p e n / ,
208+ / E x p e c t e d a c l o s i n g t a g f o r ` < b > ` \( 1 : 3 - 1 : 6 \) b e f o r e t h e e n d o f ` p a r a g r a p h ` / ,
209209 'should crash on an unclosed text jsx (agnostic)'
210210 )
211211
@@ -216,7 +216,7 @@ test('markdown -> mdast', (t) => {
216216 mdastExtensions : [ mdxJsxFromMarkdown ]
217217 } )
218218 } ,
219- / C a n n o t c l o s e d o c u m e n t , a t o k e n \( ` m d x J s x F l o w T a g ` , 1 : 1 - 1 : 4 \) i s s t i l l o p e n / ,
219+ / E x p e c t e d a c l o s i n g t a g f o r ` < a > ` \( 1 : 1 - 1 : 4 \) / ,
220220 'should crash on an unclosed flow jsx (agnostic)'
221221 )
222222
@@ -1076,7 +1076,7 @@ test('markdown -> mdast', (t) => {
10761076 mdastExtensions : [ mdxJsxFromMarkdown ]
10771077 } )
10781078 } ,
1079- / C a n n o t c l o s e ` e m p h a s i s ` \( 1 : 3 - 1 : 1 9 \) : a d i f f e r e n t t o k e n \( ` m d x J s x T e x t T a g ` , 1 : 9 - 1 : 1 2 \) i s o p e n / ,
1079+ / E x p e c t e d a c l o s i n g t a g f o r ` < b > ` \( 1 : 9 - 1 : 1 2 \) b e f o r e t h e e n d o f ` e m p h a s i s ` / ,
10801080 'should crash when misnesting w/ attention (emphasis)'
10811081 )
10821082
@@ -1087,7 +1087,7 @@ test('markdown -> mdast', (t) => {
10871087 mdastExtensions : [ mdxJsxFromMarkdown ]
10881088 } )
10891089 } ,
1090- / C a n n o t c l o s e ` s t r o n g ` \( 1 : 3 - 1 : 2 1 \) : a d i f f e r e n t t o k e n \( ` m d x J s x T e x t T a g ` , 1 : 1 0 - 1 : 1 3 \) i s o p e n / ,
1090+ / E x p e c t e d a c l o s i n g t a g f o r ` < b > ` \( 1 : 1 0 - 1 : 1 3 \) b e f o r e t h e e n d o f ` s t r o n g ` / ,
10911091 'should crash when misnesting w/ attention (strong)'
10921092 )
10931093
@@ -1098,7 +1098,7 @@ test('markdown -> mdast', (t) => {
10981098 mdastExtensions : [ mdxJsxFromMarkdown ]
10991099 } )
11001100 } ,
1101- / C a n n o t c l o s e ` l i n k ` \( 1 : 3 - 1 : 2 2 \) : a d i f f e r e n t t o k e n \( ` m d x J s x T e x t T a g ` , 1 : 9 - 1 : 1 2 \) i s o p e n / ,
1101+ / E x p e c t e d a c l o s i n g t a g f o r ` < b > ` \( 1 : 9 - 1 : 1 2 \) b e f o r e t h e e n d o f ` l i n k ` / ,
11021102 'should crash when misnesting w/ label (link)'
11031103 )
11041104
@@ -1109,7 +1109,7 @@ test('markdown -> mdast', (t) => {
11091109 mdastExtensions : [ mdxJsxFromMarkdown ]
11101110 } )
11111111 } ,
1112- / C a n n o t c l o s e ` i m a g e ` \( 1 : 3 - 1 : 2 3 \) : a d i f f e r e n t t o k e n \( ` m d x J s x T e x t T a g ` , 1 : 1 0 - 1 : 1 3 \) i s o p e n / ,
1112+ / E x p e c t e d a c l o s i n g t a g f o r ` < b > ` \( 1 : 1 0 - 1 : 1 3 \) b e f o r e t h e e n d o f ` i m a g e ` / ,
11131113 'should crash when misnesting w/ label (image)'
11141114 )
11151115
0 commit comments