1
1
mirror of https://github.com/github/semantic.git synced 2025-01-04 13:34:31 +03:00

Update unary expression test fixtures

This commit is contained in:
Rick Winfrey 2017-11-14 14:25:20 -08:00
parent f8bca432a4
commit ddd35e2631
6 changed files with 16 additions and 4 deletions

View File

@ -3,4 +3,5 @@ package main
func main() { func main() {
!<-a !<-a
*foo() *foo()
^h
} }

View File

@ -3,4 +3,5 @@ package main
func main() { func main() {
!<-b !<-b
*bar() *bar()
^g
} }

View File

@ -15,4 +15,7 @@
(Call (Call
{ (Identifier) { (Identifier)
->(Identifier) } ->(Identifier) }
(Empty)))))) (Empty)))
(Complement
{ (Identifier)
->(Identifier) }))))

View File

@ -15,4 +15,7 @@
(Call (Call
{ (Identifier) { (Identifier)
->(Identifier) } ->(Identifier) }
(Empty)))))) (Empty)))
(Complement
{ (Identifier)
->(Identifier) }))))

View File

@ -13,4 +13,6 @@
(Pointer (Pointer
(Call (Call
(Identifier) (Identifier)
(Empty)))))) (Empty)))
(Complement
(Identifier)))))

View File

@ -13,4 +13,6 @@
(Pointer (Pointer
(Call (Call
(Identifier) (Identifier)
(Empty)))))) (Empty)))
(Complement
(Identifier)))))