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