Merge branch 'master' of ../controller
[yangtools.git] / yang / yang-parser-impl / src / test / resources / yang-text-schema-context-resolver-test / baz.yang
1 module baz {
2     namespace baz-namespace;
3     prefix baz-prefix;
4
5     revision 2016-09-26;
6
7     container baz-container {
8         leaf baz-leaf {
9             type string;
10         }
11     }
12 }