mirror of
https://github.com/MaskRay/ccls.git
synced 2025-02-16 21:58: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") {
|
TEST_CASE("existing completion") {
|
||||||
// TODO: remove trailing space in zz.asdf. Lexing doesn't work correctly if
|
WorkingFile f("foo.cc", "zzz.asdf");
|
||||||
// done at the end of input.
|
|
||||||
WorkingFile f("foo.cc", "zzz.asdf ");
|
|
||||||
bool is_global_completion;
|
bool is_global_completion;
|
||||||
std::string existing_completion;
|
std::string existing_completion;
|
||||||
|
|
||||||
@ -469,9 +467,7 @@ TEST_CASE("existing completion") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
TEST_CASE("existing completion underscore") {
|
TEST_CASE("existing completion underscore") {
|
||||||
// TODO: remove trailing space in ABC_DEF. Lexing doesn't work correctly if
|
WorkingFile f("foo.cc", "ABC_DEF");
|
||||||
// done at the end of input.
|
|
||||||
WorkingFile f("foo.cc", "ABC_DEF ");
|
|
||||||
bool is_global_completion;
|
bool is_global_completion;
|
||||||
std::string existing_completion;
|
std::string existing_completion;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user