Bug 2366 - new parser API - implementation of declared statements
[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 }