Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-impl / src / test / resources / bugs / bug6491 / importedModuleRevisionOnly / foo.yang
1 module foo {
2     namespace "foo";
3     prefix foo;
4     revision 2016-01-01;
5
6     leaf foo-leaf {
7         type string;
8     }
9 }