Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
4efc8cc6e10eefb61bfd1d98c5b22360fbf7727d
/
.
/
compiler
/
base
/
parser
/
src
/
test
/
resources
/
InvalidLeafIdentifier.yang
blob: 6faf0925a348582e70e52ad2917070711951daec [
file
] [
log
] [
blame
]
module
Test
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
list valid
{
key
"invalid-interval"
;
leaf invalid
{
type
"string"
;
units
"seconds"
;
status current
;
reference
"RFC 6020"
;
}
}
}