Fix failure source not being reported
[yangtools.git] / parser / yang-parser-impl / src / test / resources / yt1428 / orig.yang
1 module orig {
2   namespace "urn:orig";
3   prefix orig;
4
5   container foo {
6     leaf bar {
7       type string;
8     }
9   }
10 }