1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 23:42:31 +03:00

Update labeled statements tests

This commit is contained in:
Rick Winfrey 2017-11-21 10:33:25 -08:00
parent 8dee0368ad
commit faae21e8df
6 changed files with 24 additions and 4 deletions

View File

@ -8,4 +8,7 @@ L1: { // L1 labels block => L1 does not apply to for loop
break L1; // comment
}
}
{
insert:
}
}

View File

@ -8,4 +8,7 @@ M1: { // M1 labels block => M1 does not apply to for loop
break M1; // comment
}
}
{
replacement:
}
}

View File

@ -39,4 +39,8 @@
->(Identifier) })
(Context
(Comment)
(Empty))))))))))
(Empty)))))))
(Label
{ (Identifier)
->(Identifier) }
(Empty)))))

View File

@ -39,4 +39,8 @@
->(Identifier) })
(Context
(Comment)
(Empty))))))))))
(Empty)))))))
(Label
{ (Identifier)
->(Identifier) }
(Empty)))))

View File

@ -34,4 +34,7 @@
(Identifier))
(Context
(Comment)
(Empty))))))))))
(Empty)))))))
(Label
(Identifier)
(Empty)))))

View File

@ -34,4 +34,7 @@
(Identifier))
(Context
(Comment)
(Empty))))))))))
(Empty)))))))
(Label
(Identifier)
(Empty)))))