Skip to content

Commit

Permalink
added additional unit test for proycon/folia#101
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Aug 19, 2021
1 parent 102fab5 commit 934f37e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions folia/tests/maintest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4502,6 +4502,10 @@ def test010_linebreaks(self):
"""Whitespace - Explicit linebreaks"""
self.assertEqual( self.doc['test.p.10'].text() , "deel\nwoord\nextra\n" )

def test010b_linebreaks(self):
"""Whitespace - Explicit linebreaks (2)"""
self.assertEqual( self.doc['test.p.10b'].text() , "deel\nwoord\nextra\n" )

def test011_running(self):
"""Whitespace - Running text"""
self.assertEqual( self.doc['test.p.11'].text() , "I Buiten- en binnenlandse hoogleraren, lectoren en oud-docenten in de neerlandistiek, sprekers, bestuurs- en stafleden van de IVN." )
Expand Down

0 comments on commit 934f37e

Please sign in to comment.