Skip to content

Commit

Permalink
Fix testNoReorderNonSpacingMarks
Browse files Browse the repository at this point in the history
  • Loading branch information
aelmahmoudy committed Jan 28, 2020
1 parent 768c875 commit 7780427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_pyfribidi.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def testNaturalRTL(self):
def testNoReorderNonSpacingMarks(self):
"""unicode: reorder non spacing marks"""
self.assertEqual(pyfribidi.log2vis(u"חַיְפַא", RTL, reordernsm=False),
u"אַפְיַח"
u"אפַיְחַ"
)

def testReorderNonSpacingMarks(self):
Expand Down Expand Up @@ -144,7 +144,7 @@ def testNaturalRTL(self):
def testNoReorderNonSpacingMarks(self):
"""utf8: reorder non spacing marks"""
self.assertEqual(pyfribidi.log2vis("חַיְפַא", RTL, reordernsm=False),
"אַפְיַח"
"אפַיְחַ"
)

def testReorderNonSpacingMarks(self):
Expand Down

0 comments on commit 7780427

Please sign in to comment.