Is your feature request related to a problem? Please describe.
Code in the brailleInput module is pretty complex and there are different use cases i.e. computer Braille tables, literary Braille tables, and contracted tables. To add to the complexity Braille input can be used in edit fields and in the browse mode documents where behavior should be different.
Describe the solution you'd like
A series of unit tests should be created for brailleInput so that work in this area is safer.
Describe alternatives you've considered
Leave code as is.
Additional context
Discussed in PR #12850 which fixes #12667
Is your feature request related to a problem? Please describe.
Code in the
brailleInputmodule is pretty complex and there are different use cases i.e. computer Braille tables, literary Braille tables, and contracted tables. To add to the complexity Braille input can be used in edit fields and in the browse mode documents where behavior should be different.Describe the solution you'd like
A series of unit tests should be created for
brailleInputso that work in this area is safer.Describe alternatives you've considered
Leave code as is.
Additional context
Discussed in PR #12850 which fixes #12667