mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:17:35 +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
11 changed files with 202 additions and 198 deletions
|
@ -5,23 +5,23 @@ TranslationUnit[0:0->10:1]
|
|||
(
|
||||
Parameter[1:6->1:10]
|
||||
z
|
||||
NamedType[1:6->1:10]
|
||||
NamedType[1:6->1:8]
|
||||
int
|
||||
)
|
||||
D'tor
|
||||
(
|
||||
)
|
||||
FunctionDeclaration[3:4->3:14]
|
||||
NamedType[3:4->3:9]
|
||||
NamedType[3:4->3:7]
|
||||
void
|
||||
foo
|
||||
(
|
||||
)
|
||||
VariableDeclaration[6:4->8:0]
|
||||
NamedType[6:4->6:8]
|
||||
NamedType[6:4->6:6]
|
||||
int
|
||||
x
|
||||
VariableDeclaration[9:4->10:0]
|
||||
NamedType[9:4->9:8]
|
||||
NamedType[9:4->9:6]
|
||||
int
|
||||
y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue