diff options
author | Neil <nyamatongwe@gmail.com> | 2025-01-31 13:32:47 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2025-01-31 13:32:47 +1100 |
commit | 95ec7a380057b0b46a746a88613df54041b6ce9e (patch) | |
tree | 920121303394481efdb5f608e065f3a2a68ca139 /test | |
parent | 6017737861df5f3799ec2538e5fb62fe378a309e (diff) | |
download | scintilla-mirror-95ec7a380057b0b46a746a88613df54041b6ce9e.tar.gz |
Update comment about modules tested.
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/unitTest.cxx | 28 |
1 files changed, 11 insertions, 17 deletions
diff --git a/test/unit/unitTest.cxx b/test/unit/unitTest.cxx index 7e85bb441..fa7f9ecda 100644 --- a/test/unit/unitTest.cxx +++ b/test/unit/unitTest.cxx @@ -4,33 +4,27 @@ /* Currently tested: - SplitVector - Partitioning - RunStyles - ContractionState + CellBuffer + CharacterCategoryMap CharClassify + ContractionState Decoration DecorationList - CellBuffer + Document + Geometry + Partitioning + PerLine + RESearch + RunStyles + Selection + SplitVector UniConversion To do: - PerLine * Range StyledText CaseFolder ... - Document - RESearch - Selection Style - - lexlib: - Accessor - LexAccessor - CharacterSet - OptionSet - PropSetSimple - StyleContext */ #include <cstdio> |