Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
ea3c223d10a903d5183577497954969f1481db8f
/
.
/
utils
/
yangutils
/
src
/
test
/
resources
/
PatternStatementWithPlus.yang
blob: 417e1d1616b47cf1418503cccc9fdabd5c02d9ff [
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
pattern
"-[0-9]+|[0-9]+"
;
8
}
9
}
10
}