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