Skip to content

Commit

Permalink
Mention that dot-character mapping can be one-to-many, and what happe…
Browse files Browse the repository at this point in the history
…ns with virtual dots
  • Loading branch information
bertfrees committed May 29, 2020
1 parent 43ceb24 commit 67a09fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion tools/brl_checks.c
Expand Up @@ -384,7 +384,9 @@ check_cursor_pos(const char *tableList, const char *str, const int *expected_pos

/** Check if a display table maps characters to the right dots.
*
* The dots are read as Unicode braille.
* The dots are read as Unicode braille. Multiple input characters are
* allowed to map to the same dot pattern. Virtual dots in the actual
* output are discarded.
*
* @return 0 if the result is as expected and 1 otherwise.
*/
Expand Down
4 changes: 3 additions & 1 deletion tools/brl_checks.h
Expand Up @@ -127,7 +127,9 @@ check_cursor_pos(const char *tableList, const char *str, const int *expected_pos

/** Check if a display table maps characters to the right dots.
*
* The dots are read as Unicode braille.
* The dots are read as Unicode braille. Multiple input characters are
* allowed to map to the same dot pattern. Virtual dots in the actual
* output are discarded.
*
* @return 0 if the result is as expected and 1 otherwise.
*/
Expand Down

0 comments on commit 67a09fc

Please sign in to comment.