mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
* Fixes #1234. Setting Handled to true in the KeyPress event avoids ProcessKey from running. * Using literals values in Assert.Equal. * Can't use numbers variables on the left side of an Assert.Equal/NotEqual, it must be literal (Linux only). * Fixes #1241. Added SendKeys feature to the ConsoleDriver. * Fixes SendKeys unit test. * Changed Key.Null to '\0' (null string). * Fixes the space bar when there are another previous char. * Now the drivers are reading up to 255 from ASCII table. * Fixes CursesDriver and WindowsDriver SendKeys. * Fixes NetDriver SendKeys. * Fixed unit test. * Fixes #1210. Added AllowsReturn, AllowsTab and Multiline into the TextView. * Added a Single Line and Multiline toggle to the Text.cs scenario. * Removing comment.
Automated Unit Tests
Terminal.Gui uses xunit for automated unit tests run automatically with Github Actions.
See the Testing wiki for details on how to add more tests.