Skip to content

Commit

Permalink
Fix error in apostrophe as close single quote
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeKyle committed Oct 20, 2020
1 parent 1c7f6b6 commit 311c3ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tables/malayalam.cti
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ postpunc \x201D 356
postpunc .] 256-2356-3
noback prepunc ' 6-236
prepunc ‘ 6-236
noback postpunc ' 356-1
noback postpunc ' 356-3
postpunc ’ 356-3

# Character definitions
Expand Down
4 changes: 3 additions & 1 deletion tests/braille-specs/ml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,9 @@ tests:

# Back-translate ⠴⠄ at end of word as ’
- ['സ്നേഹിക്കേണം’', '⠈⠎⠝⠑⠓⠊⠈⠅⠅⠑⠼⠰⠴⠄']
- ["സ്നേഹിക്കേണം'", '⠈⠎⠝⠑⠓⠊⠈⠅⠅⠑⠼⠰⠴⠄', {xfail: "BT"}]
flags: {testmode: forward}
tests:
- ["സ്നേഹിക്കേണം'", '⠈⠎⠝⠑⠓⠊⠈⠅⠅⠑⠼⠰⠴⠄']

# List of words, some with attached punctuation, which
# work in both directions:
Expand Down

0 comments on commit 311c3ad

Please sign in to comment.