Files
Terminal.Gui/UnitTests
Jeff Greene bbbacf4514 Fixes #1963. Only remove one character on backspace when wordwrap is on (#1964)
* Fixed double delete when wordwrap is enabled

* Fixes #1963. Deletes multiple characters editing a TextView with WordWrap enabled.

Co-authored-by: BDisp <bd.bdisp@gmail.com>
Co-authored-by: Tig Kindel <tig@users.noreply.github.com>
2022-09-05 07:16:32 -07:00
..
2021-08-26 07:55:19 -07:00
2022-07-04 11:22:27 -04:00

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.