Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
9e9709d3ad55644a288438cc87da1962127052be
/
.
/
plugin
/
src
/
test
/
resources
/
DuplicateLeafInHierarchy.yang
blob: e23f04c96cd962955573820ab4a205ead3cc67c2 [
file
] [
log
] [
blame
]
module
Test
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
container food
{
choice snack
{
case
sports
-
arena
{
leaf pretzel
{
type empty
;
}
}
case
late
-
night
{
choice lunch
{
case
late
{
leaf pretzel
{
type empty
;
}
}
}
}
}
}
}