More test for improving of code coverage + test refactoring
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / cnsn-to-json / invalid-top-level-element / invalid-top-level-element.yang
1 module invalid-top-level-element {
2   namespace "invalid:top:level:element";  
3
4   prefix "intoleel";
5    revision 2013-12-17 {    
6   }
7   
8
9     leaf lf {
10         type string;
11     }
12
13 }