Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
ade77aebcbe420759296fc6be7436ba3b87dfa58
/
.
/
plugin
/
src
/
test
/
resources
/
LengthWithInvalidInterval.yang
blob: 7b4ae186a19276c7efa2dfd43cdfd579efdc6e2b [
file
] [
log
] [
blame
]
Vidyashree Rama
bc9611f
2016-04-12 23:33:33 +0530
[
diff
] [
blame
]
1
module
Test
{
2
yang
-
version
1
;
3
namespace
http
:
//huawei.com;
4
prefix
Ant
;
5
leaf
-
list invalid
-
interval
{
6
type
string
{
7
length
"0..18446744073709551617"
;
8
}
9
}
10
}