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