mirror of
https://github.com/haven1433/HexManiacAdvance.git
synced 2026-05-31 20:42:43 -05:00
outline of braille tests
This commit is contained in:
parent
417eb04338
commit
2991dcb8ef
12
src/HexManiac.Tests/BrailleTests.cs
Normal file
12
src/HexManiac.Tests/BrailleTests.cs
Normal 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
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user