Bug 2366 - Effective statments impl merge, retest & bugfix
[yangtools.git] / yang / yang-parser-impl / src / test / resources / revisions / unequal-root.yang
1 module unequal-root {
2     namespace unequal-root;
3     prefix unequal-root;
4
5     include unequal-rev {
6         revision-date "2001-05-19";
7     }
8 }