File tree Expand file tree Collapse file tree 1 file changed +0
-34
lines changed
Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Original file line number Diff line number Diff line change @@ -294,40 +294,6 @@ fn test_prettify_ignore_link_targets() {
294294 assert_eq ! ( original, lengthen_lines( original, 100 ) ) ;
295295}
296296
297- #[ test]
298- fn test_sembr_then_prettify ( ) {
299- let original = "
300- hi there. do
301- not split
302- short sentences.
303- hi again.
304- " ;
305- let expected = "
306- hi there.
307- do
308- not split
309- short sentences.
310- hi again.
311- " ;
312- let processed = comply ( original) ;
313- assert_eq ! ( expected, processed) ;
314- let expected = "
315- hi there.
316- do not split
317- short sentences.
318- hi again.
319- " ;
320- let processed = lengthen_lines ( & processed, 50 ) ;
321- assert_eq ! ( expected, processed) ;
322- let expected = "
323- hi there.
324- do not split short sentences.
325- hi again.
326- " ;
327- let processed = lengthen_lines ( & processed, 50 ) ;
328- assert_eq ! ( expected, processed) ;
329- }
330-
331297#[ test]
332298fn test_sembr_question_mark ( ) {
333299 let original = "
You can’t perform that action at this time.
0 commit comments