Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
c371efb86978de7e6b573b7e16f3b69eb6b3fef3
/
.
/
compiler
/
base
/
parser
/
src
/
test
/
resources
/
default
/
DefaultInvalidValueStringInLeaf.yang
blob: 28d3d229469027438a74e06f3cf0296952d15bd8 [
file
] [
log
] [
blame
]
module
Test
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
leaf
MyString
{
type
string
{
length
"0..4"
;
pattern
"[0-9a-fA-F]*"
;
}
default
"2bB2bB"
;
}
}