@@ -205,7 +205,7 @@ test('markdown -> mdast', (t) => {
205
205
mdastExtensions : [ mdxJsxFromMarkdown ]
206
206
} )
207
207
} ,
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 ` / ,
209
209
'should crash on an unclosed text jsx (agnostic)'
210
210
)
211
211
@@ -216,7 +216,7 @@ test('markdown -> mdast', (t) => {
216
216
mdastExtensions : [ mdxJsxFromMarkdown ]
217
217
} )
218
218
} ,
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 \) / ,
220
220
'should crash on an unclosed flow jsx (agnostic)'
221
221
)
222
222
@@ -1076,7 +1076,7 @@ test('markdown -> mdast', (t) => {
1076
1076
mdastExtensions : [ mdxJsxFromMarkdown ]
1077
1077
} )
1078
1078
} ,
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 ` / ,
1080
1080
'should crash when misnesting w/ attention (emphasis)'
1081
1081
)
1082
1082
@@ -1087,7 +1087,7 @@ test('markdown -> mdast', (t) => {
1087
1087
mdastExtensions : [ mdxJsxFromMarkdown ]
1088
1088
} )
1089
1089
} ,
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 ` / ,
1091
1091
'should crash when misnesting w/ attention (strong)'
1092
1092
)
1093
1093
@@ -1098,7 +1098,7 @@ test('markdown -> mdast', (t) => {
1098
1098
mdastExtensions : [ mdxJsxFromMarkdown ]
1099
1099
} )
1100
1100
} ,
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 ` / ,
1102
1102
'should crash when misnesting w/ label (link)'
1103
1103
)
1104
1104
@@ -1109,7 +1109,7 @@ test('markdown -> mdast', (t) => {
1109
1109
mdastExtensions : [ mdxJsxFromMarkdown ]
1110
1110
} )
1111
1111
} ,
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 ` / ,
1113
1113
'should crash when misnesting w/ label (image)'
1114
1114
)
1115
1115
0 commit comments