mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35:08 +00:00
Fix two TODOs
This commit is contained in:
parent
d57ecff497
commit
084d5c8d91
@ -445,9 +445,7 @@ TEST_CASE("auto-insert )") {
|
||||
}
|
||||
|
||||
TEST_CASE("existing completion") {
|
||||
// TODO: remove trailing space in zz.asdf. Lexing doesn't work correctly if
|
||||
// done at the end of input.
|
||||
WorkingFile f("foo.cc", "zzz.asdf ");
|
||||
WorkingFile f("foo.cc", "zzz.asdf");
|
||||
bool is_global_completion;
|
||||
std::string existing_completion;
|
||||
|
||||
@ -469,9 +467,7 @@ TEST_CASE("existing completion") {
|
||||
}
|
||||
|
||||
TEST_CASE("existing completion underscore") {
|
||||
// TODO: remove trailing space in ABC_DEF. Lexing doesn't work correctly if
|
||||
// done at the end of input.
|
||||
WorkingFile f("foo.cc", "ABC_DEF ");
|
||||
WorkingFile f("foo.cc", "ABC_DEF");
|
||||
bool is_global_completion;
|
||||
std::string existing_completion;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user