Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / stmt-test / submodules / submodule-1.yang
1 submodule submodule-1 {
2
3     belongs-to root-module {
4         prefix root;
5     }
6     
7     include submodule-to-submodule-1;
8     
9     container container-in-submodule-1 {
10     }
11 }