Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
bbb2c4c80c33f526d911491fa81d9c29f0ec121a
/
.
/
compiler
/
base
/
parser
/
src
/
test
/
resources
/
default
/
DefaultInvalidValueDecimal64InLeaf.yang
blob: 305235f772fc2b8309ca67d1564a5f1bacb6b4a3 [
file
] [
log
] [
blame
]
module
Test
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
leaf mydecimal
{
type decimal64
{
fraction
-
digits
4
;
range
4.
.
6
;
}
default
"x"
;
}
}