Refactored ModuleBuilder to avoid name conflicts. Fixed implementation of ChoiceBuilder.
[controller.git] / opendaylight / sal / yang-prototype / code-generator / yang-model-parser-impl / src / test / resources / negative-scenario / testfile0.yang
1 module test0 {
2     yang-version 1;
3     namespace "urn:simple.container.demo";
4     prefix "t1";
5     
6     container interfaces {
7     
8     }
9 }