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 / error-module.yang
1 module error-module {
2     prefix "errm";
3     namespace "errm";
4
5     include foo;
6 }