Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / mapped-build / bar.yang
1 module bar {
2     namespace bar;
3     prefix bar;
4
5     include sub-bar { revision-date 2015-03-01; }
6     
7     revision "2015-01-01" {
8         description "Initial version";
9     }
10 }