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