aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/testDocument.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-04-08Feature [feature-requests:#1389] Initialize CaseFolderTable to ASCII soNeil1-2/+0
2021-10-21Feature [feature-requests:#1417] Use backward iteration to find space / controlZufu Liu1-0/+117
2021-08-24Remove line end white space.Neil1-2/+2
2021-07-17Fix minor inconsistency with word searching results at start and end of documentNeil1-0/+8
2021-07-17Extract word edge detection to prepare for fixing bug.Neil1-0/+23
2021-07-16Feature [feature-requests:#1381] Fix position returned when in 2nd segment.Neil1-0/+19
2021-07-14Feature [feature-requests:#1408] More accurate handling of invalid DBCS byteNeil1-6/+51
2021-07-05Feature [feature-requests:#1408] Check both bytes of potential DBCS characterZufu Liu1-7/+60
2021-07-12Add support for benchmarks and Russian text in the unit tests.Neil1-0/+31
2021-07-11Add search tests with different encodings, case-matching options, and directi...Neil1-4/+189
2021-07-03Feature [feature-requests:#1408] Simplify code, remove IsDBCSTrailByteInvalid.Zufu Liu1-11/+0
2021-07-03Feature [feature-requests:#1408] Use positive IsDBCSTrailByteNoExcept functionZufu Liu1-0/+12
2021-07-02Feature [feature-requests:#1408] Treat valid DBCS lead byte followed by invalidZufu Liu1-0/+20
2021-07-01Add searching test cases for multi-byte encodingNeil1-11/+55
2021-06-21Add tests for CharacterCategoryMap, RESearch, and Document.Zufu Liu1-0/+59