PHPWord/tests/PhpWord
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
..
Collection update copyright to 2018 2018-03-08 23:52:25 +01:00
ComplexType update copyright to 2018 2018-03-08 23:52:25 +01:00
Element Merge pull request #1637 from bhattnishant/master 2019-08-08 07:08:13 +02:00
Escaper Errors in RTF Escaping 2019-11-16 23:20:02 -08:00
Exception update copyright to 2018 2018-03-08 23:52:25 +01:00
Metadata update copyright to 2018 2018-03-08 23:52:25 +01:00
Reader fix warnings 2019-02-05 23:05:18 +01:00
Shared trim color codes and add tests 2019-02-06 22:07:42 +01:00
Style implement support for section vAlign 2019-02-05 21:42:14 +01:00
Writer Errors in RTF Escaping 2019-11-16 23:20:02 -08:00
_files Use embedded http server to test loading of remote images 2018-12-30 14:14:27 +01:00
_includes Ensure that entity_loader disable variable is re-set back to the original setting 2019-03-31 08:31:49 +11:00
IOFactoryTest.php update copyright to 2018 2018-03-08 23:52:25 +01:00
MediaTest.php Use embedded http server to test loading of remote images 2018-12-30 14:14:27 +01:00
PhpWordTest.php update copyright to 2018 2018-03-08 23:52:25 +01:00
SettingsTest.php update copyright to 2018 2018-03-08 23:52:25 +01:00
StyleTest.php update copyright to 2018 2018-03-08 23:52:25 +01:00
TemplateProcessorTest.php Add reading of the settings part 2019-02-04 23:59:37 +01:00