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:
parent
f8bca432a4
commit
ddd35e2631
1
test/fixtures/go/unary-expressions.A.go
vendored
1
test/fixtures/go/unary-expressions.A.go
vendored
@ -3,4 +3,5 @@ package main
|
||||
func main() {
|
||||
!<-a
|
||||
*foo()
|
||||
^h
|
||||
}
|
||||
|
1
test/fixtures/go/unary-expressions.B.go
vendored
1
test/fixtures/go/unary-expressions.B.go
vendored
@ -3,4 +3,5 @@ package main
|
||||
func main() {
|
||||
!<-b
|
||||
*bar()
|
||||
^g
|
||||
}
|
||||
|
@ -15,4 +15,7 @@
|
||||
(Call
|
||||
{ (Identifier)
|
||||
->(Identifier) }
|
||||
(Empty))))))
|
||||
(Empty)))
|
||||
(Complement
|
||||
{ (Identifier)
|
||||
->(Identifier) }))))
|
||||
|
@ -15,4 +15,7 @@
|
||||
(Call
|
||||
{ (Identifier)
|
||||
->(Identifier) }
|
||||
(Empty))))))
|
||||
(Empty)))
|
||||
(Complement
|
||||
{ (Identifier)
|
||||
->(Identifier) }))))
|
||||
|
@ -13,4 +13,6 @@
|
||||
(Pointer
|
||||
(Call
|
||||
(Identifier)
|
||||
(Empty))))))
|
||||
(Empty)))
|
||||
(Complement
|
||||
(Identifier)))))
|
||||
|
@ -13,4 +13,6 @@
|
||||
(Pointer
|
||||
(Call
|
||||
(Identifier)
|
||||
(Empty))))))
|
||||
(Empty)))
|
||||
(Complement
|
||||
(Identifier)))))
|
||||
|
Loading…
Reference in New Issue
Block a user