1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 10:15:55 +03:00

Update struct field declarations tests

This commit is contained in:
Rick Winfrey 2017-11-02 11:28:19 -07:00
parent 4b7da9b75b
commit 4289eef106
4 changed files with 18 additions and 15 deletions

View File

@ -9,9 +9,9 @@
(Identifier)
(Constructor
(Empty)
{+(Error)+}
{-(Annotation
{-(Annotation
{-([])-}
{-(Identifier)-})-}
{-(Identifier)-})-})))))
(Annotation
(
{ (Identifier)
->(Identifier) }
{+(Identifier)+})
(Identifier)))))))

View File

@ -9,9 +9,9 @@
(Identifier)
(Constructor
(Empty)
{+(Annotation
{+(Annotation
{+([])+}
{+(Identifier)+})+}
{+(Identifier)+})+}
{-(Error)-})))))
(Annotation
(
{ (Identifier)
->(Identifier) }
{-(Identifier)-})
(Identifier)))))))

View File

@ -10,7 +10,6 @@
(Constructor
(Empty)
(Annotation
(Annotation
([])
(
(Identifier))
(Identifier)))))))

View File

@ -9,4 +9,8 @@
(Identifier)
(Constructor
(Empty)
(Error))))))
(Annotation
(
(Identifier)
(Identifier))
(Identifier)))))))