outline of braille tests

This commit is contained in:
Haven1433 2022-09-04 23:36:39 -05:00
parent 417eb04338
commit 2991dcb8ef

View File

@ -0,0 +1,12 @@
namespace HavenSoft.HexManiac.Tests {
public class BrailleTests : BaseViewModelTestClass {
// TODO we can add a braille run
// TODO empty braille string should be 1 byte long and say ""
// TODO 2-byte braille visually starts with " in the first cell and has only " in the second cell
// TODO editing the last byte of braille expands it
// TODO repointing
// TODO lowercase letters work
// TODO unsupported characters are ignored during edit
// TODO copy/paste
}
}