Aleksander Machniak
2015-06-17 25c8fe4eeb1e9c1a3055bb27984f1274f99fc1d7
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",
            ),
        );
    }