Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
80d2e97135190a92e8a18e8979c9fea222991366
/
.
/
utils
/
yangutils
/
plugin
/
src
/
test
/
resources
/
PatternStatementWithPlus.yang
blob: 417e1d1616b47cf1418503cccc9fdabd5c02d9ff [
file
] [
log
] [
blame
]
module
Test
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
leaf
-
list invalid
-
interval
{
type
string
{
pattern
"-[0-9]+|[0-9]+"
;
}
}
}