diff --git a/data/fixtures/scopes/r/functionCall.method.scope b/data/fixtures/scopes/r/functionCall.method.scope index 6ab0ba4c3a..182a7c8431 100644 --- a/data/fixtures/scopes/r/functionCall.method.scope +++ b/data/fixtures/scopes/r/functionCall.method.scope @@ -1,10 +1,10 @@ -foo.bar() +foo::bar() --- [Content] = [Removal] = -[Domain] = 0:0-0:9 - >---------< -0| foo.bar() +[Domain] = 0:0-0:10 + >----------< +0| foo::bar() [Insertion delimiter] = " " diff --git a/data/fixtures/scopes/r/functionCallee.method.scope b/data/fixtures/scopes/r/functionCallee.method.scope index e77bc361ec..dd3e70ad69 100644 --- a/data/fixtures/scopes/r/functionCallee.method.scope +++ b/data/fixtures/scopes/r/functionCallee.method.scope @@ -1,13 +1,13 @@ -foo.bar() +foo::bar() --- [Content] = -[Removal] = 0:0-0:7 - >-------< -0| foo.bar() +[Removal] = 0:0-0:8 + >--------< +0| foo::bar() -[Domain] = 0:0-0:9 - >---------< -0| foo.bar() +[Domain] = 0:0-0:10 + >----------< +0| foo::bar() [Insertion delimiter] = " "