Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
ade77aebcbe420759296fc6be7436ba3b87dfa58
/
.
/
plugin
/
src
/
test
/
resources
/
ChoiceStatementSameEntryDifferentContainer.yang
blob: 39ba6260ece440ec8ae6b82cbeacbd2ba84ba540 [
file
] [
log
] [
blame
]
module
Test
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
container food1
{
choice snack
;
choice lunch
;
}
container food2
{
choice snack
;
choice lunch
;
}
}