Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
ade77aebcbe420759296fc6be7436ba3b87dfa58
/
.
/
plugin
/
src
/
test
/
resources
/
ValidLengthStatementInsideBinary.yang
blob: 7182eb3e0a033d40770f9ece69beba72c98b2827 [
file
] [
log
] [
blame
]
Mahesh Poojary Huawei
2cd4433
2016-07-14 12:38:17 +0530
[
diff
] [
blame
]
1
module
Test
{
2
yang
-
version
1
;
3
namespace
http
:
//huawei.com;
4
prefix
Ant
;
5
leaf message
{
6
type binary
{
7
length
"4"
;
8
}
9
}
10
}