mirror of
https://github.com/github/semantic.git
synced 2024-12-29 01:42:43 +03:00
Update type declarations tests
This commit is contained in:
parent
97f10bd358
commit
436a66b8b7
19
test/fixtures/go/type-declarations.diffA-B.txt
vendored
19
test/fixtures/go/type-declarations.diffA-B.txt
vendored
@ -5,5 +5,20 @@
|
||||
(Empty)
|
||||
(Identifier)
|
||||
(
|
||||
(Error)
|
||||
(Error))))
|
||||
(
|
||||
(Annotation
|
||||
{ (Identifier)
|
||||
->(Identifier) }
|
||||
{ (Identifier)
|
||||
->(Identifier) }))
|
||||
(
|
||||
(Annotation
|
||||
{ (Identifier)
|
||||
->(Identifier) }
|
||||
{ (Identifier)
|
||||
->(Identifier) })
|
||||
(Annotation
|
||||
{ (Identifier)
|
||||
->(Identifier) }
|
||||
{ (Identifier)
|
||||
->(Identifier) })))))
|
||||
|
19
test/fixtures/go/type-declarations.diffB-A.txt
vendored
19
test/fixtures/go/type-declarations.diffB-A.txt
vendored
@ -5,5 +5,20 @@
|
||||
(Empty)
|
||||
(Identifier)
|
||||
(
|
||||
(Error)
|
||||
(Error))))
|
||||
(
|
||||
(Annotation
|
||||
{ (Identifier)
|
||||
->(Identifier) }
|
||||
{ (Identifier)
|
||||
->(Identifier) }))
|
||||
(
|
||||
(Annotation
|
||||
{ (Identifier)
|
||||
->(Identifier) }
|
||||
{ (Identifier)
|
||||
->(Identifier) })
|
||||
(Annotation
|
||||
{ (Identifier)
|
||||
->(Identifier) }
|
||||
{ (Identifier)
|
||||
->(Identifier) })))))
|
||||
|
13
test/fixtures/go/type-declarations.parseA.txt
vendored
13
test/fixtures/go/type-declarations.parseA.txt
vendored
@ -5,5 +5,14 @@
|
||||
(Empty)
|
||||
(Identifier)
|
||||
(
|
||||
(Error)
|
||||
(Error))))
|
||||
(
|
||||
(Annotation
|
||||
(Identifier)
|
||||
(Identifier)))
|
||||
(
|
||||
(Annotation
|
||||
(Identifier)
|
||||
(Identifier))
|
||||
(Annotation
|
||||
(Identifier)
|
||||
(Identifier))))))
|
||||
|
13
test/fixtures/go/type-declarations.parseB.txt
vendored
13
test/fixtures/go/type-declarations.parseB.txt
vendored
@ -5,5 +5,14 @@
|
||||
(Empty)
|
||||
(Identifier)
|
||||
(
|
||||
(Error)
|
||||
(Error))))
|
||||
(
|
||||
(Annotation
|
||||
(Identifier)
|
||||
(Identifier)))
|
||||
(
|
||||
(Annotation
|
||||
(Identifier)
|
||||
(Identifier))
|
||||
(Annotation
|
||||
(Identifier)
|
||||
(Identifier))))))
|
||||
|
Loading…
Reference in New Issue
Block a user