Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-impl / src / test / resources / semantic-statement-parser / augment-arg-parsing / imported.yang
1 module imported {
2         namespace imp;
3         prefix imp;
4
5         container aug1 {
6         container aug11 {
7             container aug111 {
8
9             }
10         }
11     }
12
13     grouping grp {
14         container aug2 {
15             container aug22 {
16             }
17         }
18     }
19 }