Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / stmt-test / submodules / imported-module.yang
1 module imported-module {
2     namespace "imported-module";
3     prefix imp;
4
5     container container-in-imported-module {
6     }
7
8 }