YouCompleteMe/cpp/ycm/tests
Strahinja Val Markovic 387102a99f Fix ranking bug with ALL_CAPS variables
GetWordBoundaryChars would return "allcaps" for "ALL_CAPS" instead of "ac". This
would manifest as ranking (for instance) "STDIN_FILENO" ahead of "stdin" for
query "std", which is terrible.

This bug has been present in YCM for many months, but no one noticed the issue.

Fixes #272.
2013-04-28 13:21:13 -07:00
..
ClangCompleter Style fixes for C++ 2013-04-01 19:09:37 -07:00
gmock Updating to latest gmock & gtest 2013-02-02 21:47:41 -08:00
testdata GoToDefinition/Declaration commands for C-family 2013-03-31 20:38:29 -07:00
Candidate_test.cpp Fix ranking bug with ALL_CAPS variables 2013-04-28 13:21:13 -07:00
CandidateRepository_test.cpp Stopgap for unicode chars in filename strings 2013-04-27 10:54:28 -07:00
CMakeLists.txt Making sure that clang_completer tests included 2013-02-16 12:25:29 -08:00
IdentifierCompleter_test.cpp Fix ranking bug with ALL_CAPS variables 2013-04-28 13:21:13 -07:00
IdentifierUtils_test.cpp properly test the patch in IdentifierUtils::RemoveIdentifierFreeText 2013-03-21 13:53:54 +08:00
IndexForChar_test.cpp Formatting more code with astyle 2013-01-19 20:17:12 -08:00
IsUppercase_test.cpp Formatting more code with astyle 2013-01-19 20:17:12 -08:00
LetterBitsetFromString_test.cpp Formatting more code with astyle 2013-01-19 20:17:12 -08:00
TestUtils.cpp Formatting more code with astyle 2013-01-19 20:17:12 -08:00
TestUtils.h Formatting more code with astyle 2013-01-19 20:17:12 -08:00