diff --git a/test/fixtures/go/unary-expressions.A.go b/test/fixtures/go/unary-expressions.A.go index bdf9ccc58..b28f4e010 100644 --- a/test/fixtures/go/unary-expressions.A.go +++ b/test/fixtures/go/unary-expressions.A.go @@ -3,4 +3,5 @@ package main func main() { !<-a *foo() +^h } diff --git a/test/fixtures/go/unary-expressions.B.go b/test/fixtures/go/unary-expressions.B.go index cf8ed8826..df61b6d66 100644 --- a/test/fixtures/go/unary-expressions.B.go +++ b/test/fixtures/go/unary-expressions.B.go @@ -3,4 +3,5 @@ package main func main() { !<-b *bar() +^g } diff --git a/test/fixtures/go/unary-expressions.diffA-B.txt b/test/fixtures/go/unary-expressions.diffA-B.txt index f9af9d639..e180e39df 100644 --- a/test/fixtures/go/unary-expressions.diffA-B.txt +++ b/test/fixtures/go/unary-expressions.diffA-B.txt @@ -15,4 +15,7 @@ (Call { (Identifier) ->(Identifier) } - (Empty)))))) + (Empty))) + (Complement + { (Identifier) + ->(Identifier) })))) diff --git a/test/fixtures/go/unary-expressions.diffB-A.txt b/test/fixtures/go/unary-expressions.diffB-A.txt index f9af9d639..e180e39df 100644 --- a/test/fixtures/go/unary-expressions.diffB-A.txt +++ b/test/fixtures/go/unary-expressions.diffB-A.txt @@ -15,4 +15,7 @@ (Call { (Identifier) ->(Identifier) } - (Empty)))))) + (Empty))) + (Complement + { (Identifier) + ->(Identifier) })))) diff --git a/test/fixtures/go/unary-expressions.parseA.txt b/test/fixtures/go/unary-expressions.parseA.txt index ebb17cf85..dd1f5e2ab 100644 --- a/test/fixtures/go/unary-expressions.parseA.txt +++ b/test/fixtures/go/unary-expressions.parseA.txt @@ -13,4 +13,6 @@ (Pointer (Call (Identifier) - (Empty)))))) + (Empty))) + (Complement + (Identifier))))) diff --git a/test/fixtures/go/unary-expressions.parseB.txt b/test/fixtures/go/unary-expressions.parseB.txt index ebb17cf85..dd1f5e2ab 100644 --- a/test/fixtures/go/unary-expressions.parseB.txt +++ b/test/fixtures/go/unary-expressions.parseB.txt @@ -13,4 +13,6 @@ (Pointer (Call (Identifier) - (Empty)))))) + (Empty))) + (Complement + (Identifier)))))