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:
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() {
|
func main() {
|
||||||
!<-a
|
!<-a
|
||||||
*foo()
|
*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() {
|
func main() {
|
||||||
!<-b
|
!<-b
|
||||||
*bar()
|
*bar()
|
||||||
|
^g
|
||||||
}
|
}
|
||||||
|
@ -15,4 +15,7 @@
|
|||||||
(Call
|
(Call
|
||||||
{ (Identifier)
|
{ (Identifier)
|
||||||
->(Identifier) }
|
->(Identifier) }
|
||||||
(Empty))))))
|
(Empty)))
|
||||||
|
(Complement
|
||||||
|
{ (Identifier)
|
||||||
|
->(Identifier) }))))
|
||||||
|
@ -15,4 +15,7 @@
|
|||||||
(Call
|
(Call
|
||||||
{ (Identifier)
|
{ (Identifier)
|
||||||
->(Identifier) }
|
->(Identifier) }
|
||||||
(Empty))))))
|
(Empty)))
|
||||||
|
(Complement
|
||||||
|
{ (Identifier)
|
||||||
|
->(Identifier) }))))
|
||||||
|
@ -13,4 +13,6 @@
|
|||||||
(Pointer
|
(Pointer
|
||||||
(Call
|
(Call
|
||||||
(Identifier)
|
(Identifier)
|
||||||
(Empty))))))
|
(Empty)))
|
||||||
|
(Complement
|
||||||
|
(Identifier)))))
|
||||||
|
@ -13,4 +13,6 @@
|
|||||||
(Pointer
|
(Pointer
|
||||||
(Call
|
(Call
|
||||||
(Identifier)
|
(Identifier)
|
||||||
(Empty))))))
|
(Empty)))
|
||||||
|
(Complement
|
||||||
|
(Identifier)))))
|
||||||
|
Loading…
Reference in New Issue
Block a user