Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
a599a8f2ca8fa3174db6ebf5f699b18526490e9e
/
.
/
compiler
/
base
/
parser
/
src
/
test
/
resources
/
StatusWithoutStatementEnd.yang
blob: 27a8cfa455c551bcc22ee88a44943a5047ba4996 [
file
] [
log
] [
blame
]
Vidyashree Rama
50b73a0
2016-02-13 22:22:12 +0530
[
diff
] [
blame
]
1
module
Test
{
2
yang
-
version
1
;
3
namespace
http
:
//huawei.com;
4
prefix
Ant
;
5
leaf invalid
-
interval
{
6
type
"uint16"
;
7
status current
8
}
9
}