1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 20:27:34 +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:
Itamar 2022-02-08 19:13:46 +02:00 committed by Andreas Kling
parent b67a090b79
commit 605becb28b
11 changed files with 202 additions and 198 deletions

View file

@ -2,16 +2,16 @@ TranslationUnit[1:0->12:0]
StructOrClassDeclaration[1:7->7:0]
MyStruct
VariableDeclaration[3:4->4:4]
NamedType[3:4->3:8]
NamedType[3:4->3:6]
int
x
VariableDeclaration[4:4->5:0]
Pointer[4:4->4:14]
Pointer[4:4->4:12]
NamedType[4:4->4:12]
s
next
FunctionDeclaration[7:0->12:0]
NamedType[7:0->7:4]
NamedType[7:0->7:2]
int
foo
(
@ -19,22 +19,22 @@ TranslationUnit[1:0->12:0]
FunctionDefinition[8:0->12:0]
{
VariableDeclaration[9:4->9:14]
NamedType[9:4->9:13]
NamedType[9:4->9:11]
MyStruct
s
FunctionCall[10:4->10:23]
Name[10:4->10:10]
Name[10:4->10:9]
printf
StringLiteral[10:11->10:16]
"%d\n"
MemberExpression[10:19->10:22]
Name[10:19->10:20]
Name[10:19->10:19]
s
Identifier[10:21->10:21]
x
ReturnStatement[11:4->11:14]
MemberExpression[11:11->11:14]
Name[11:11->11:12]
Name[11:11->11:11]
s
Identifier[11:13->11:13]
x