Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
338735b179aec696ad03ca6b73bfe252fec9eb87
/
.
/
utils
/
yangutils
/
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
;
}
}