Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
3106e468db57b27732923fbb8aace8ffdf5150d1
/
.
/
utils
/
yangutils
/
src
/
test
/
resources
/
ChoiceStatementDuplicateEntry.yang
blob: d2a637190503c74413d1362b1eed47686e9a8cad [
file
] [
log
] [
blame
]
Gaurav Agrawal
e3ed0d9
2016-03-23 19:04:17 +0530
[
diff
] [
blame
]
1
module
Test
{
2
yang
-
version
1
;
3
namespace
http
:
//huawei.com;
4
prefix
Ant
;
5
container food
{
6
choice snack
;
7
choice lunch
;
8
choice snack
;
9
}
10
}