Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
8f16422f59d2a1a0c3d8b76510a281ba171d43e4
/
.
/
plugin
/
src
/
test
/
resources
/
ValidBinaryLengthStatement.yang
blob: 7182eb3e0a033d40770f9ece69beba72c98b2827 [
file
] [
log
] [
blame
]
module
Test
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
leaf message
{
type binary
{
length
"4"
;
}
}
}