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