Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Sep 29, 2017
1 parent 537e131 commit c272fb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pynlpl/tests/folia.py
Original file line number Diff line number Diff line change
Expand Up @@ -3189,6 +3189,7 @@ def test011b_offset_textmarkup(self):
</FoLiA>""".format(version=folia.FOLIAVERSION, generator='pynlpl.formats.folia-v' + folia.LIBVERSION)
doc = folia.Document(string=xml, textvalidation=True)
self.assertEqual( doc['example.p.1.s.1.w.19'].textcontent().getreference(), doc['example.p.1.s.1'] ) #testing resolving implicit reference

with io.open(FOLIAPATH + '/test/example.xml', 'r',encoding='utf-8') as foliaexample_f:
FOLIAEXAMPLE = foliaexample_f.read()

Expand Down

0 comments on commit c272fb5

Please sign in to comment.