Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
4efc8cc6e10eefb61bfd1d98c5b22360fbf7727d
/
.
/
compiler
/
base
/
parser
/
src
/
test
/
resources
/
LengthWithInvalidIntegerPattern.yang
blob: f5c8a692b1796e6cf9a547d9b82f081a08bd0f71 [
file
] [
log
] [
blame
]
module
Test
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
leaf
-
list invalid
-
interval
{
type
string
{
length
"a..z"
;
}
}
}