Bug 2366 - new parser API - implementation of declared statements
[yangtools.git] / yang / yang-parser-impl / src / test / resources / revisions / equal-root.yang
1 module equal-root {
2         namespace equal-root;
3         prefix equal-root;
4
5         include equal-rev {
6                 revision-date "2001-05-19";
7         }
8 }