Skip to content

Commit

Permalink
Don't require an end emphasis indicator at word end
Browse files Browse the repository at this point in the history
In Finish if the emphasis ends at the end of the word then the end is
implicit and no indicator is required.

Well really this situation is not properly specified and we just assume
standard liblouis emphasis behaviour.
  • Loading branch information
egli committed Jun 10, 2016
1 parent 3f48112 commit cc0c3bc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/yaml/fi_harness.yaml
Expand Up @@ -101,9 +101,12 @@ tests:
- ⠧⠁⠇⠞⠊⠕⠝⠨⠏⠜⠜⠨⠍⠊⠑⠎
- typeform:
italic: ' +++ '
- # Emphasis only at the end of a word
- # Emphasis only at the end of a word. Accroding to a Finish
# braille expert this case is not specified, i.e. whether an
# indicator is needed if the emphasis ends at word end. So we
# assume no indicator is needed
- valtionpäämies
- ⠧⠁⠇⠞⠊⠕⠝⠏⠜⠜⠨⠍⠊⠑⠎
- ⠧⠁⠇⠞⠊⠕⠝⠏⠜⠜⠨⠍⠊⠑⠎
- typeform:
italic: ' ++++'
- # Emphasis at the beginning and the end of a word, but not in the middle
Expand Down

0 comments on commit cc0c3bc

Please sign in to comment.