File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public function testAccent(): void
6868 public function testHebrew (): void
6969 {
7070 $ str = 'Hebrew - שלום ' ;
71- $ expect = $ this ->expect ('Hebrew - \\uc0 \\u1513 \\uc0 \\u1500 \\uc0 \\u1493 \\uc0 \\u1501 } ' );
71+ $ expect = $ this ->expect ('Hebrew - \\uc0 \\u1513 \\uc0 \\u1500 \\uc0 \\u1493 \\uc0 \\u1501 ' );
7272 self ::assertEquals ($ expect , $ this ->escapestring ($ str ));
7373 }
7474
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ public function testRTL2(): void
136136 $ parentWriter = new RTF ();
137137 $ element = new \PhpOffice \PhpWord \Element \Text ('אב גד ' );
138138 $ text = new RTF \Element \Text ($ parentWriter , $ element );
139- $ expect = "\\pard \\nowidctlpar \\qr{ \\rtlch \\cf0 \\f0 \\uc0 \\u1488 \\uc0 \\u1489 \\uc0 \\u1490 \\uc0 \\u1491 }} \\par \n" ;
139+ $ expect = "\\pard \\nowidctlpar \\qr{ \\rtlch \\cf0 \\f0 \\uc0 \\u1488 \\uc0 \\u1489 \\uc0 \\u1490 \\uc0 \\u1491 } \\par \n" ;
140140 self ::assertEquals ($ expect , $ this ->removeCr ($ text ));
141141 }
142142
You can’t perform that action at this time.
0 commit comments