Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-impl / src / test / resources / semantic-statement-parser / include-arg-parsing / missing-parent.yang
1 submodule missing-parent {
2     belongs-to foo {
3         prefix "f";
4     }
5 }