Validate cross-revision imports and includes
[yangtools.git] / parser / yang-parser-rfc7950 / src / test / resources / rfc7950 / include-import-stmt-test / invalid-import-10 / import-test-root.yang
1 module import-test-root {
2     namespace "urn:opendaylight:Import-test-root";
3     prefix "import-test-root";
4
5     revision 2016-12-12 {
6         description "Initial revision";
7     }
8
9     import import-test-imported {
10         prefix "imported-module";
11         description "Yang 1.1: Allow description and reference in include and import.";
12         reference "https://tools.ietf.org/html/rfc7950 section-7.1.5/6";
13     }
14 }