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