Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
ebb143ddb125c970f66273d839a34023622ee8d8
/
.
/
plugin
/
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
;
}
}