YANGTOOLS-706: Split out yang-parser-rfc7950
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / import-revision-date-test / root-with-no-revision-date.yang
1 module root-with-no-revision-date {
2     namespace "urn:opendaylight.org/root-with-no-revision-date";
3     prefix "root-no-date";
4
5     import imported-module-with-no-revision-date {
6         prefix "imported-no-date";
7     }
8 }