Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / effective-schema-context-test / baz.yang
1 module baz {
2     namespace baz-namespace;
3     prefix baz-prefix;
4
5     revision 2016-09-21;
6
7     container baz-container {}
8
9     notification baz-notification {}
10
11     rpc baz-rpc {}
12
13     extension baz-extension {}
14
15     baz-prefix:baz-extension;
16 }