Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
bc9611fe68703b795364d5b6708747198b6cad05
/
.
/
src
/
test
/
resources
/
ChoiceStatementDuplicateEntry.yang
blob: d2a637190503c74413d1362b1eed47686e9a8cad [
file
] [
log
] [
blame
]
Gaurav Agrawal
f576642
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
}