@@ -487,10 +487,7 @@ fn iter_raw_lines_0() {
487
487
assert_eq ! ( "Hey \r \n " , lines. next( ) . unwrap( ) ) ;
488
488
assert_eq ! ( "this contains\n " , lines. next( ) . unwrap( ) ) ;
489
489
assert_eq ! ( "mixed line breaks, emojis -> \r \n " , lines. next( ) . unwrap( ) ) ;
490
- assert_eq ! (
491
- "πβπ¦Ί and other -> γγγ«γ‘γ― chars.\r \n " ,
492
- lines. next( ) . unwrap( )
493
- ) ;
490
+ assert_eq ! ( "πβπ¦Ί and other -> γγγ«γ‘γ― chars.\r \n " , lines. next( ) . unwrap( ) ) ;
494
491
assert_eq ! ( "Can we iterate\n " , lines. next( ) . unwrap( ) ) ;
495
492
assert_eq ! ( "over this?\n " , lines. next( ) . unwrap( ) ) ;
496
493
assert_eq ! ( "\r \n " , lines. next( ) . unwrap( ) ) ;
@@ -513,10 +510,7 @@ fn iter_raw_lines_backward_0() {
513
510
assert_eq ! ( "\r \n " , lines. next( ) . unwrap( ) ) ;
514
511
assert_eq ! ( "over this?\n " , lines. next( ) . unwrap( ) ) ;
515
512
assert_eq ! ( "Can we iterate\n " , lines. next( ) . unwrap( ) ) ;
516
- assert_eq ! (
517
- "πβπ¦Ί and other -> γγγ«γ‘γ― chars.\r \n " ,
518
- lines. next( ) . unwrap( )
519
- ) ;
513
+ assert_eq ! ( "πβπ¦Ί and other -> γγγ«γ‘γ― chars.\r \n " , lines. next( ) . unwrap( ) ) ;
520
514
assert_eq ! ( "mixed line breaks, emojis -> \r \n " , lines. next( ) . unwrap( ) ) ;
521
515
assert_eq ! ( "this contains\n " , lines. next( ) . unwrap( ) ) ;
522
516
assert_eq ! ( "Hey \r \n " , lines. next( ) . unwrap( ) ) ;
0 commit comments