File tree Expand file tree Collapse file tree 1 file changed +26
-11
lines changed Expand file tree Collapse file tree 1 file changed +26
-11
lines changed Original file line number Diff line number Diff line change @@ -748,17 +748,32 @@ def test_justification():
748
748
)
749
749
actual_html = convert (file_path )
750
750
assert_html_equal (actual_html , '''
751
- <html><body><p><div class='center'>Center Justified</div>
752
- </p><p><div class='right'>Right justified</div></p>
753
- <p><div class='right' style='margin-right:96.0px;'>
754
- Right justified and pushed in from right</div></p>
755
- <p><div class='center' style='margin-left:252.0px;margin-right:96.0px;'>
756
- Center justified and pushed in from left and it is
757
- great and it is the coolest thing of all time and I like it and
758
- I think it is cool</div></p><p>
759
- <div style='margin-left:252.0px;margin-right:96.0px;'>
760
- Left justified and pushed in from left</div></p></body></html>
761
- ''' )
751
+ <html><body>
752
+ <p>
753
+ <div class='center'>Center Justified</div>
754
+ </p>
755
+ <p>
756
+ <div class='right'>Right justified</div>
757
+ </p>
758
+ <p>
759
+ <div class='right' style='margin-right:96.0px;'>
760
+ Right justified and pushed in from right
761
+ </div>
762
+ </p>
763
+ <p>
764
+ <div class='center' style='margin-left:252.0px;margin-right:96.0px;'>
765
+ Center justified and pushed in from left and it is
766
+ great and it is the coolest thing of all time and I like it and
767
+ I think it is cool
768
+ </div>
769
+ </p>
770
+ <p>
771
+ <div style='margin-left:252.0px;margin-right:96.0px;'>
772
+ Left justified and pushed in from left
773
+ </div>
774
+ </p>
775
+ </body></html>
776
+ ''' )
762
777
763
778
764
779
def _converter (* args , ** kwargs ):
You can’t perform that action at this time.
0 commit comments