Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
d4e7a77b919ce97108f77ffa0d031b9fa5e07c1e
/
.
/
utils
/
yangutils
/
src
/
test
/
resources
/
LengthWithInvalidIntegerPattern.yang
blob: f5c8a692b1796e6cf9a547d9b82f081a08bd0f71 [
file
] [
log
] [
blame
]
Vidyashree Rama
a2f7398
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
"a..z"
;
8
}
9
}
10
}