Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-impl / src / test / resources / rfc7950 / include-import-stmt-test / invalid-include-10 / root-module.yang
1 module root-module {
2     namespace "urn:opendaylight.org/root-module";
3     prefix "rtm";
4
5     include child-module {
6         description "Test for Yang 1.1 description substatement support";
7         reference "RFC 7950: The YANG 1.1 Data Modeling Language";
8     }
9
10     leaf new-leaf {
11         type new-string-type;
12     }
13 }