1
1
mirror of https://github.com/github/semantic.git synced 2025-01-01 19:55:34 +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() {
!<-a
*foo()
^h
}

View File

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

View File

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

View File

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

View File

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

View File

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