Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
ade77aebcbe420759296fc6be7436ba3b87dfa58
/
.
/
plugin
/
src
/
test
/
resources
/
ProcessFileWithExtraBrace.yang
blob: ca3f0d0c037d760481368f8037432ab98ec0baff [
file
] [
log
] [
blame
]
janani b
3e357f6
2016-05-19 17:39:50 +0530
[
diff
] [
blame
]
1
module
Test
{
2
yang
-
version
1
;
3
namespace
http
:
//huawei.com;
4
prefix
Ant
;
5
container food
{
6
choice snack
{
7
list sports
-
arena
{
8
}
9
}
10
}
11
}
12
}
13
}
14
}
15
}