mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 23:42:17 +00:00
LibCpp: Update regressions tests results
The LibCpp regression tests results have to be updated after tweaking the token end position calculation logic of some token types.
This commit is contained in:
parent
b67a090b79
commit
605becb28b
Notes:
sideshowbarker
2024-07-18 05:01:22 +09:00
Author: https://github.com/itamar8910
Commit: 605becb28b
Pull-request: https://github.com/SerenityOS/serenity/pull/12335
Reviewed-by: https://github.com/guerinoni
11 changed files with 202 additions and 198 deletions
|
@ -138,7 +138,7 @@ void test_complete_includes()
|
|||
if (suggestions.size() != 1)
|
||||
FAIL(project include - bad size);
|
||||
|
||||
if (suggestions[0].completion != "sample_header.h")
|
||||
if (suggestions[0].completion != "\"sample_header.h\"")
|
||||
FAIL("project include - wrong results");
|
||||
|
||||
suggestions = autocomplete.get_suggestions("complete_includes.cpp", { 1, 18 });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue