Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-impl / src / test / resources / rfc7950 / bug6883 / sub-foo.yang
1 submodule sub-foo {
2     yang-version 1.1;
3
4     belongs-to foo {
5         prefix foo;
6     }
7
8     anydata sub-data {
9         description "submodule anydata";
10         status current;
11         mandatory true;
12         must "1!=0";
13     }
14 }