Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
ebb143ddb125c970f66273d839a34023622ee8d8
/
.
/
plugin
/
src
/
test
/
resources
/
LengthStatementWithSpace.yang
blob: e8612d1871931658eaa6b7a4cd8941f90c9de3b1 [
file
] [
log
] [
blame
]
module
Test
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
leaf invalid
-
interval
{
type
string
{
length
" 0 .. 100 "
;
}
}
}