Aleksander Machniak
2015-06-26 9aae1b7fc399b5d2cecb8f0d0df6a2ae4e749786
tests/Framework/Html2text.php
@@ -51,6 +51,11 @@
                'in'    => 'test<br>  test',
                'out'   => "test\ntest",
            ),
            8 => array(
                'title' => '&nbsp; handling test',
                'in'    => '<div>eye: &nbsp;&nbsp;test<br /> tes: &nbsp;&nbsp;test</div>',
                'out'   => "eye:   test\ntes:   test",
            ),
        );
    }