PHPWord/tests/PhpWord/Writer
Owen Leibman 2513e54540 Errors in RTF Escaping
1. Codes meant to be in hex are specified in decimal.
   Consequently characters which don't need escaping are escaped.
2. Special handling (prepend backslash) needed for {, }, and .
   RTF docs generated with those characters cannot be opened in Word.
3. Tab character needs to be escaped as \tab.
   RTF docs drop these characters.
While running test suite, found that Writer/RTF/ElementTest was coded
only for Unix line endings, and fails on Windows. Changed so that it
    would work on either.
2019-11-16 23:20:02 -08:00
..
HTML Merge branch 'develop' into html_writer_auto_invert_text_color 2019-03-01 16:33:50 +02:00
ODText update copyright to 2018 2018-03-08 23:52:25 +01:00
PDF update copyright to 2018 2018-03-08 23:52:25 +01:00
RTF Errors in RTF Escaping 2019-11-16 23:20:02 -08:00
Word2007 add unit test 2019-06-13 23:03:09 +02:00
HTMLTest.php Use embedded http server to test loading of remote images 2018-12-30 14:14:27 +01:00
ODTextTest.php update copyright to 2018 2018-03-08 23:52:25 +01:00
PDFTest.php update copyright to 2018 2018-03-08 23:52:25 +01:00
RTFTest.php update copyright to 2018 2018-03-08 23:52:25 +01:00
Word2007Test.php Use embedded http server to test loading of remote images 2018-12-30 14:14:27 +01:00