Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
4efc8cc6e10eefb61bfd1d98c5b22360fbf7727d
/
.
/
compiler
/
base
/
parser
/
src
/
test
/
resources
/
default
/
DefaultInvalidValueUnionInLeaf.yang
blob: 2bbb6988e9e97cb40e83bc359c98ca9458436c3a [
file
] [
log
] [
blame
]
module
Test
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
leaf message
{
type
union
{
type int32
;
type enumeration
{
enum
"unbounded"
;
}
}
default
"xyz"
;
}
}