Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / bugs / bug6961 / foo-sub2.yang
1 submodule sub2-foo {
2     belongs-to foo {
3         prefix foo;
4     }
5
6     revision 2016-01-01;
7
8     leaf sub2-foo-leaf {
9         type string;
10     }
11 }