Reinstate "Check for nested augmentations"
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / bugs / YT956 / mainmodule.yang
1 module mainmodule {
2     yang-version 1.1;
3     namespace "http://www.example.com/mainmodule";
4     prefix mm;
5
6     include sub-module-1;
7     include sub-module-2;
8 }