Files
Terminal.Gui/UnitTests
Maciej bd70ed8954 Fixes #3180: DateField to handle all date formats (#3188)
* Fix format bug for 10 character date

* Handle all date formats (except date formats using 2 chars seprator)

* Removes \u200F mark from the Text property.

* Make constant for RIGHT_TO_LEFT MARK

* Add comment explanation for StandardizeDateFormat method

---------

Co-authored-by: BDisp <bd.bdisp@gmail.com>
2024-01-19 10:17:32 -07:00
..
2023-10-04 06:42:47 -06: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.