Skip to content

Commit

Permalink
more test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jtauber committed Jul 27, 2016
1 parent 8c07d08 commit 9aff7bf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion extra.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
>>> add_breathing("", ROUGH)
'ῑ̔'

>>> from syllabify import syllabify, add_necessary_breathing
>>> from syllabify import syllabify, add_necessary_breathing, rebreath
>>> from syllabify import onset, nucleus, coda, onset_nucleus_coda

>>> syllabify('ῑ́̔στην')
Expand Down Expand Up @@ -80,6 +80,13 @@ True
>>> add_necessary_breathing('ῑ̔́στην')
'ῑ̔́στην'

>>> add_necessary_breathing('ῑ́')
'ῑ̓́'

>>> rebreath('')
''


>>> from accentuation import recessive, add_accent, syllable_add_accent, PAROXYTONE

>>> syllabify('ῑ̔στην')
Expand Down

0 comments on commit 9aff7bf

Please sign in to comment.