Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
d82e308926584c23b5a0be69ea31a87ebe35b052
/
.
/
compiler
/
base
/
parser
/
src
/
test
/
resources
/
ChoiceStatementDuplicateEntry.yang
blob: d2a637190503c74413d1362b1eed47686e9a8cad [
file
] [
log
] [
blame
]
module
Test
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
container food
{
choice snack
;
choice lunch
;
choice snack
;
}
}